#BF96DC

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

Shades of Wisteria #BF96DC

Tints of Wisteria #BF96DC

Color information

#BF96DC (or 0xBF96DC) is unknown color: approx Wisteria. HEX triplet: BF, 96 and DC. RGB value is (191,150,220). Sum of RGB (Red+Green+Blue) = 191+150+220=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF96DC is #406923. Grayscale: #AAAAAA. Windows color (decimal): -4221220 or 14456511. OLE color: 14456511.

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

Color convert

RGB191150220-
CMYK0.130.3200.14
HSL275.14º50%72.55%-
HSV(B)275.14º31.82%86.27%-
XYZ45.3138.0672.67-
YUV170.24156.08142.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 150 (58.98% from 255) = 26.74%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=34.05%
G=26.74%
B=39.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911502200.130.3200.14275.145072.55
HexBF96DCD200E1133249
Octal277226334154001642362111
Binary1011111110010110110111001101100000011101000100111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF96DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF96DC; }

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

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

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

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

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

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

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

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