#BC94CA

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

Shades of Wisteria #BC94CA

Tints of Wisteria #BC94CA

Color information

#BC94CA (or 0xBC94CA) is unknown color: approx Wisteria. HEX triplet: BC, 94 and CA. RGB value is (188,148,202). Sum of RGB (Red+Green+Blue) = 188+148+202=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC94CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94CA is #436B35. Grayscale: #A5A5A5. Windows color (decimal): -4418358 or 13276348. OLE color: 13276348.

HSL color Cylindrical-coordinate representation of color #BC94CA: hue angle of 284.44º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC94CA is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188148202-
CMYK0.070.2700.21
HSL284.44º33.75%68.63%-
HSV(B)284.44º26.73%79.22%-
XYZ41.9936.1460.64-
YUV166.12148.25143.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 148 (58.20% from 255) = 27.51%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=34.94%
G=27.51%
B=37.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881482020.070.2700.21284.4433.7568.63
HexBC94CA71B01511c2245
Octal27422431273302543442105
Binary101111001001010011001010111110110101011000111001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94CA; }

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

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

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

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

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

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

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

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