#BC94CB

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

Shades of Wisteria #BC94CB

Tints of Wisteria #BC94CB

Color information

#BC94CB (or 0xBC94CB) is unknown color: approx Wisteria. HEX triplet: BC, 94 and CB. RGB value is (188,148,203). Sum of RGB (Red+Green+Blue) = 188+148+203=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC94CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94CB is #436B34. Grayscale: #A6A6A6. Windows color (decimal): -4418357 or 13341884. OLE color: 13341884.

HSL color Cylindrical-coordinate representation of color #BC94CB: hue angle of 283.64º degrees, saturation: 0.35, 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 #BC94CB is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188148203-
CMYK0.070.2700.20
HSL283.64º34.59%68.82%-
HSV(B)283.64º27.09%79.61%-
XYZ42.1136.1861.26-
YUV166.23148.75143.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 148 (58.20% from 255) = 27.46%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=34.88%
G=27.46%
B=37.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881482030.070.2700.20283.6434.5968.82
HexBC94CB71B01411c2345
Octal27422431373302443443105
Binary101111001001010011001011111110110101001000111001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94CB; }

 p { color: rgb(188,148,203); }

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

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

 a { background-color: rgb(188,148,203); }

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

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

 span { border-color: rgb(188,148,203); }

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