#BC96D1

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

Shades of Wisteria #BC96D1

Tints of Wisteria #BC96D1

Color information

#BC96D1 (or 0xBC96D1) is unknown color: approx Wisteria. HEX triplet: BC, 96 and D1. RGB value is (188,150,209). Sum of RGB (Red+Green+Blue) = 188+150+209=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC96D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96D1 is #43692E. Grayscale: #A7A7A7. Windows color (decimal): -4417839 or 13735612. OLE color: 13735612.

HSL color Cylindrical-coordinate representation of color #BC96D1: hue angle of 278.64º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC96D1 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188150209-
CMYK0.100.2800.18
HSL278.64º39.07%70.39%-
HSV(B)278.64º28.23%81.96%-
XYZ43.1537.1165.21-
YUV168.09151.09142.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 209 (82.03% from 255) = 38.21%
R=34.37%
G=27.42%
B=38.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881502090.100.2800.18278.6439.0770.39
HexBC96D1A1C0121172746
Octal274226321123402242747106
Binary1011110010010110110100011010111000100101000101111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC96D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC96D1; }

 p { color: rgb(188,150,209); }

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

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

 a { background-color: rgb(188,150,209); }

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

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

 span { border-color: rgb(188,150,209); }

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