#BD8ECF

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

Shades of Wisteria #BD8ECF

Tints of Wisteria #BD8ECF

Color information

#BD8ECF (or 0xBD8ECF) is unknown color: approx Wisteria. HEX triplet: BD, 8E and CF. RGB value is (189,142,207). Sum of RGB (Red+Green+Blue) = 189+142+207=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD8ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8ECF is #427130. Grayscale: #A3A3A3. Windows color (decimal): -4354353 or 13602493. OLE color: 13602493.

HSL color Cylindrical-coordinate representation of color #BD8ECF: hue angle of 283.38º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD8ECF is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB189142207-
CMYK0.090.3100.19
HSL283.38º40.37%68.43%-
HSV(B)283.38º31.4%81.18%-
XYZ41.9234.6763.51-
YUV163.46152.57146.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 142 (55.86% from 255) = 26.39%
BLUE value IS 207 (81.25% from 255) = 38.48%
R=35.13%
G=26.39%
B=38.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891422070.090.3100.19283.3840.3768.43
HexBD8ECF91F01311b2844
Octal275216317113702343350104
Binary1011110110001110110011111001111110100111000110111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8ECF; }

 p { color: rgb(189,142,207); }

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

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

 a { background-color: rgb(189,142,207); }

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

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

 span { border-color: rgb(189,142,207); }

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