Html Css Color HEX #BC78EC Heliotrope

📋 copy color: '#BC78EC'

red 188 ◦ green 120 ◦ blue 236

#BC78EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #BC78EC

Tints of Heliotrope #BC78EC

RGB

 RED value IS 188 (73.83% from 255) = 34.56%

 GREEN value IS 120 (47.27% from 255) = 22.06%

 BLUE value IS 236 (92.58% from 255) = 43.38%

R = 34.56%
G = 22.06%
B = 43.38%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC78EC (or 0xBC78EC) is known color: Heliotrope. HEX triplet: BC, 78 and EC. RGB value is (188,120,236). Sum of RGB (Red+Green+Blue) = 188+120+236=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC78EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC78EC is #438713. Grayscale: #999999. Windows color (decimal): -4425492 or 15497404. OLE color: 15497404.

HSL color Cylindrical-coordinate representation of color #BC78EC: hue angle of 275.17º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC78EC is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 120 236 -
CMYK 0.20 0.49 0 0.07
HSL 275.17º 0.75% 0.7% -
HSV(B) 275.17º 0.49% 0.93% -
XYZ 42.6 30.18 82.94 -
YUV 153.56 174.53 152.57 -
System Red Green Blue C M Y K H S L
Decimal 188 120 236 0.20 0.49 0 0.07 275.17 0.75 0.7
Hex BC 78 EC 14 31 0 7 113 4B 46
Octal 274 170 354 24 61 0 7 423 113 106
Binary 10111100 1111000 11101100 10100 110001 0 111 100010011 1001011 1000110

Color Harmonies of #BC78EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC78EC

Black with #BC78EC

Text Example


Text Example

White with #BC78EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC78EC; }

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

 H1.HeaderClassName
 {
   color: #BC78EC;
 }
 .AnyTagClassName
 {
   color: #BC78EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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