#BC94DB

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

Shades of Wisteria #BC94DB

Tints of Wisteria #BC94DB

Color information

#BC94DB (or 0xBC94DB) is unknown color: approx Wisteria. HEX triplet: BC, 94 and DB. RGB value is (188,148,219). Sum of RGB (Red+Green+Blue) = 188+148+219=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC94DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94DB is #436B24. Grayscale: #A7A7A7. Windows color (decimal): -4418341 or 14390460. OLE color: 14390460.

HSL color Cylindrical-coordinate representation of color #BC94DB: hue angle of 273.8º 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 #BC94DB is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188148219-
CMYK0.140.3200.14
HSL273.8º49.65%71.96%-
HSV(B)273.8º32.42%85.88%-
XYZ44.1236.9971.83-
YUV168.05156.75142.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 148 (58.20% from 255) = 26.67%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=33.87%
G=26.67%
B=39.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881482190.140.3200.14273.849.6571.96
HexBC94DBE200E1123248
Octal274224333164001642262110
Binary1011110010010100110110111110100000011101000100101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94DB; }

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

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

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

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

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

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

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

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