#BD8FCF

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

Shades of Wisteria #BD8FCF

Tints of Wisteria #BD8FCF

Color information

#BD8FCF (or 0xBD8FCF) is unknown color: approx Wisteria. HEX triplet: BD, 8F and CF. RGB value is (189,143,207). Sum of RGB (Red+Green+Blue) = 189+143+207=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD8FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FCF is #427030. Grayscale: #A3A3A3. Windows color (decimal): -4354097 or 13602749. OLE color: 13602749.

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

Color convert

RGB189143207-
CMYK0.090.3100.19
HSL283.12º40%68.63%-
HSV(B)283.12º30.92%81.18%-
XYZ42.0734.9763.56-
YUV164.05152.24145.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 143 (56.25% from 255) = 26.53%
BLUE value IS 207 (81.25% from 255) = 38.40%
R=35.06%
G=26.53%
B=38.40%

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
Decimal1891432070.090.3100.19283.124068.63
HexBD8FCF91F01311b2845
Octal275217317113702343350105
Binary1011110110001111110011111001111110100111000110111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8FCF; }

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

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

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

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

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

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

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

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