#BC81E7

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

Shades of Wisteria #BC81E7

Tints of Wisteria #BC81E7

Color information

#BC81E7 (or 0xBC81E7) is unknown color: approx Wisteria. HEX triplet: BC, 81 and E7. RGB value is (188,129,231). Sum of RGB (Red+Green+Blue) = 188+129+231=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC81E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC81E7 is #437E18. Grayscale: #9D9D9D. Windows color (decimal): -4423193 or 15172028. OLE color: 15172028.

HSL color Cylindrical-coordinate representation of color #BC81E7: hue angle of 274.71º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC81E7 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188129231-
CMYK0.190.4400.09
HSL274.71º68%70.59%-
HSV(B)274.71º44.16%90.59%-
XYZ43.0132.1679.54-
YUV158.27169.05149.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 129 (50.78% from 255) = 23.54%
BLUE value IS 231 (90.62% from 255) = 42.15%
R=34.31%
G=23.54%
B=42.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881292310.190.4400.09274.716870.59
HexBC81E7132C091134447
Octal2742013472354011423104107
Binary101111001000000111100111100111011000100110001001110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC81E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC81E7; }

 p { color: rgb(188,129,231); }

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

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

 a { background-color: rgb(188,129,231); }

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

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

 span { border-color: rgb(188,129,231); }

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