#BF81DC

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

Shades of Wisteria #BF81DC

Tints of Wisteria #BF81DC

Color information

#BF81DC (or 0xBF81DC) is unknown color: approx Wisteria. HEX triplet: BF, 81 and DC. RGB value is (191,129,220). Sum of RGB (Red+Green+Blue) = 191+129+220=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF81DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF81DC is #407E23. Grayscale: #9D9D9D. Windows color (decimal): -4226596 or 14451135. OLE color: 14451135.

HSL color Cylindrical-coordinate representation of color #BF81DC: hue angle of 280.88º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF81DC is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB191129220-
CMYK0.130.4100.14
HSL280.88º56.52%68.43%-
HSV(B)280.88º41.36%86.27%-
XYZ42.2531.9471.65-
YUV157.91163.04151.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 129 (50.78% from 255) = 23.89%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=35.37%
G=23.89%
B=40.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911292200.130.4100.14280.8856.5268.43
HexBF81DCD290E1193944
Octal277201334155101643171104
Binary1011111110000001110111001101101001011101000110011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF81DC; }

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

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

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

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

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

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

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

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