#BC78EE

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

Shades of Heliotrope #BC78EE

Tints of Heliotrope #BC78EE

Color information

#BC78EE (or 0xBC78EE) is unknown color: approx Heliotrope. HEX triplet: BC, 78 and EE. RGB value is (188,120,238). Sum of RGB (Red+Green+Blue) = 188+120+238=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC78EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC78EE is #438711. Grayscale: #999999. Windows color (decimal): -4425490 or 15628476. OLE color: 15628476.

HSL color Cylindrical-coordinate representation of color #BC78EE: hue angle of 274.58º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC78EE is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188120238-
CMYK0.210.5000.07
HSL274.58º77.63%70.2%-
HSV(B)274.58º49.58%93.33%-
XYZ42.8930.384.48-
YUV153.78175.53152.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 120 (47.27% from 255) = 21.98%
BLUE value IS 238 (93.36% from 255) = 43.59%
R=34.43%
G=21.98%
B=43.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881202380.210.5000.07274.5877.6370.2
HexBC78EE1532071134e46
Octal274170356256207423116106
Binary1011110011110001110111010101110010011110001001110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC78EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC78EE; }

 p { color: rgb(188,120,238); }

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

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

 a { background-color: rgb(188,120,238); }

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

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

 span { border-color: rgb(188,120,238); }

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