#BD8CEA

Color #BD8CEA Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #BD8CEA

Tints of Wisteria #BD8CEA

Color information

#BD8CEA (or 0xBD8CEA) is unknown color: approx Wisteria. HEX triplet: BD, 8C and EA. RGB value is (189,140,234). Sum of RGB (Red+Green+Blue) = 189+140+234=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD8CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8CEA is #427315. Grayscale: #A5A5A5. Windows color (decimal): -4354838 or 15371453. OLE color: 15371453.

HSL color Cylindrical-coordinate representation of color #BD8CEA: hue angle of 271.28º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD8CEA is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189140234-
CMYK0.190.4000.08
HSL271.28º69.12%73.33%-
HSV(B)271.28º40.17%91.76%-
XYZ45.2235.5282.31-
YUV165.37166.73144.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 140 (55.08% from 255) = 24.87%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=33.57%
G=24.87%
B=41.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891402340.190.4000.08271.2869.1273.33
HexBD8CEA13280810f4549
Octal2752143522350010417105111
Binary101111011000110011101010100111010000100010000111110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8CEA; }

 p { color: rgb(189,140,234); }

 H1.HeaderClassName
 {
   color: #BD8CEA;
 }
 .AnyTagClassName
 {
   color: #BD8CEA;
 }
</style>
background-color css

<style>
 a { background-color: #BD8CEA; }

 a { background-color: rgb(189,140,234); }

 div.DivClassName
 {
   background-color: #BD8CEA;
 }
 .BgClassName
 {
   background-color: #BD8CEA;
 }
</style>
border-color css

<style>
 span { border-color: #BD8CEA; }

 span { border-color: rgb(189,140,234); }

 td.TdClassName
 {
   border-color: #BD8CEA;
 }
 .TagClassName
 {
   border-color: #BD8CEA;
 }
</style>