#BC76EB

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

Shades of Heliotrope #BC76EB

Tints of Heliotrope #BC76EB

Color information

#BC76EB (or 0xBC76EB) is unknown color: approx Heliotrope. HEX triplet: BC, 76 and EB. RGB value is (188,118,235). Sum of RGB (Red+Green+Blue) = 188+118+235=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC76EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC76EB is #438914. Grayscale: #979797. Windows color (decimal): -4426005 or 15431356. OLE color: 15431356.

HSL color Cylindrical-coordinate representation of color #BC76EB: hue angle of 275.9º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC76EB is Cyan = 0.2, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188118235-
CMYK0.20.5000.08
HSL275.9º74.52%69.22%-
HSV(B)275.9º49.79%92.16%-
XYZ42.2129.6582.09-
YUV152.27174.69153.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 118 (46.48% from 255) = 21.81%
BLUE value IS 235 (92.19% from 255) = 43.44%
R=34.75%
G=21.81%
B=43.44%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881182350.20.5000.08275.974.5269.22
HexBC76EB1432081144b45
Octal2741663532462010424113105
Binary10111100111011011101011101001100100100010001010010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC76EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC76EB; }

 p { color: rgb(188,118,235); }

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

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

 a { background-color: rgb(188,118,235); }

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

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

 span { border-color: rgb(188,118,235); }

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