#BC80E6

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

Shades of Wisteria #BC80E6

Tints of Wisteria #BC80E6

Color information

#BC80E6 (or 0xBC80E6) is unknown color: approx Wisteria. HEX triplet: BC, 80 and E6. RGB value is (188,128,230). Sum of RGB (Red+Green+Blue) = 188+128+230=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC80E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC80E6 is #437F19. Grayscale: #9D9D9D. Windows color (decimal): -4423450 or 15106236. OLE color: 15106236.

HSL color Cylindrical-coordinate representation of color #BC80E6: hue angle of 275.29º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC80E6 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188128230-
CMYK0.180.4400.10
HSL275.29º67.11%70.2%-
HSV(B)275.29º44.35%90.2%-
XYZ42.7431.8478.76-
YUV157.57168.88149.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 128 (50.39% from 255) = 23.44%
BLUE value IS 230 (90.23% from 255) = 42.12%
R=34.43%
G=23.44%
B=42.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1881282300.180.4400.10275.2967.1170.2
HexBC80E6122C0A1134346
Octal2742003462254012423103106
Binary101111001000000011100110100101011000101010001001110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC80E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC80E6; }

 p { color: rgb(188,128,230); }

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

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

 a { background-color: rgb(188,128,230); }

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

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

 span { border-color: rgb(188,128,230); }

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