#BF85D0

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

Shades of Wisteria #BF85D0

Tints of Wisteria #BF85D0

Color information

#BF85D0 (or 0xBF85D0) is unknown color: approx Wisteria. HEX triplet: BF, 85 and D0. RGB value is (191,133,208). Sum of RGB (Red+Green+Blue) = 191+133+208=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF85D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF85D0 is #407A2F. Grayscale: #9E9E9E. Windows color (decimal): -4225584 or 13665727. OLE color: 13665727.

HSL color Cylindrical-coordinate representation of color #BF85D0: hue angle of 286.4º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF85D0 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191133208-
CMYK0.080.3600.18
HSL286.4º44.38%66.86%-
HSV(B)286.4º36.06%81.57%-
XYZ41.2632.4163.75-
YUV158.89155.72150.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 133 (52.34% from 255) = 25%
BLUE value IS 208 (81.64% from 255) = 39.10%
R=35.90%
G=25%
B=39.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911332080.080.3600.18286.444.3866.86
HexBF85D082401211e2c43
Octal277205320104402243654103
Binary10111111100001011101000010001001000100101000111101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF85D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF85D0; }

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

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

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

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

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

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

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

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