#BC95CD

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

Shades of Wisteria #BC95CD

Tints of Wisteria #BC95CD

Color information

#BC95CD (or 0xBC95CD) is unknown color: approx Wisteria. HEX triplet: BC, 95 and CD. RGB value is (188,149,205). Sum of RGB (Red+Green+Blue) = 188+149+205=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC95CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95CD is #436A32. Grayscale: #A6A6A6. Windows color (decimal): -4418099 or 13473212. OLE color: 13473212.

HSL color Cylindrical-coordinate representation of color #BC95CD: hue angle of 281.79º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC95CD is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188149205-
CMYK0.080.2700.20
HSL281.79º35.9%69.41%-
HSV(B)281.79º27.32%80.39%-
XYZ42.5136.5962.58-
YUV167.04149.42142.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.69%
GREEN value IS 149 (58.59% from 255) = 27.49%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=34.69%
G=27.49%
B=37.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881492050.080.2700.20281.7935.969.41
HexBC95CD81B01411a2445
Octal274225315103302443244105
Binary1011110010010101110011011000110110101001000110101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC95CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC95CD; }

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

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

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

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

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

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

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

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