#BC95DC

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

Shades of Wisteria #BC95DC

Tints of Wisteria #BC95DC

Color information

#BC95DC (or 0xBC95DC) is unknown color: approx Wisteria. HEX triplet: BC, 95 and DC. RGB value is (188,149,220). Sum of RGB (Red+Green+Blue) = 188+149+220=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC95DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95DC is #436A23. Grayscale: #A8A8A8. Windows color (decimal): -4418084 or 14456252. OLE color: 14456252.

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

Color convert

RGB188149220-
CMYK0.150.3200.14
HSL272.96º50.35%72.35%-
HSV(B)272.96º32.27%86.27%-
XYZ44.437.3572.58-
YUV168.76156.92141.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 149 (58.59% from 255) = 26.75%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=33.75%
G=26.75%
B=39.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881492200.150.3200.14272.9650.3572.35
HexBC95DCF200E1113248
Octal274225334174001642162110
Binary1011110010010101110111001111100000011101000100011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC95DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC95DC; }

 p { color: rgb(188,149,220); }

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

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

 a { background-color: rgb(188,149,220); }

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

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

 span { border-color: rgb(188,149,220); }

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