#BC94D8

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

Shades of Wisteria #BC94D8

Tints of Wisteria #BC94D8

Color information

#BC94D8 (or 0xBC94D8) is unknown color: approx Wisteria. HEX triplet: BC, 94 and D8. RGB value is (188,148,216). Sum of RGB (Red+Green+Blue) = 188+148+216=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 216 (84.77% from 255 or 39.13% from 552); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC94D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94D8 is #436B27. Grayscale: #A7A7A7. Windows color (decimal): -4418344 or 14193852. OLE color: 14193852.

HSL color Cylindrical-coordinate representation of color #BC94D8: hue angle of 275.29º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC94D8 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188148216-
CMYK0.130.3100.15
HSL275.29º46.58%71.37%-
HSV(B)275.29º31.48%84.71%-
XYZ43.7236.8369.77-
YUV167.71155.25142.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 148 (58.20% from 255) = 26.81%
BLUE value IS 216 (84.77% from 255) = 39.13%
R=34.06%
G=26.81%
B=39.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881482160.130.3100.15275.2946.5871.37
HexBC94D8D1F0F1132f47
Octal274224330153701742357107
Binary101111001001010011011000110111111011111000100111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94D8; }

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

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

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

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

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

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

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

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