#BF85DC

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

Shades of Wisteria #BF85DC

Tints of Wisteria #BF85DC

Color information

#BF85DC (or 0xBF85DC) is unknown color: approx Wisteria. HEX triplet: BF, 85 and DC. RGB value is (191,133,220). Sum of RGB (Red+Green+Blue) = 191+133+220=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF85DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF85DC is #407A23. Grayscale: #9F9F9F. Windows color (decimal): -4225572 or 14452159. OLE color: 14452159.

HSL color Cylindrical-coordinate representation of color #BF85DC: hue angle of 280º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF85DC is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB191133220-
CMYK0.130.4000.14
HSL280º55.41%69.22%-
HSV(B)280º39.55%86.27%-
XYZ42.7933.0271.83-
YUV160.26161.72149.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 133 (52.34% from 255) = 24.45%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=35.11%
G=24.45%
B=40.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911332200.130.4000.1428055.4169.22
HexBF85DCD280E1183745
Octal277205334155001643067105
Binary1011111110000101110111001101101000011101000110001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF85DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF85DC; }

 p { color: rgb(191,133,220); }

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

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

 a { background-color: rgb(191,133,220); }

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

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

 span { border-color: rgb(191,133,220); }

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