Html Css Color HEX #BC78EF Heliotrope

📋 copy color: '#BC78EF'

red 188 ◦ green 120 ◦ blue 239

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

Shades of Heliotrope #BC78EF

Tints of Heliotrope #BC78EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.69%

R = 34.37%
G = 21.94%
B = 43.69%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC78EF (or 0xBC78EF) is known color: Heliotrope. HEX triplet: BC, 78 and EF. RGB value is (188,120,239). Sum of RGB (Red+Green+Blue) = 188+120+239=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC78EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC78EF is #438710. Grayscale: #999999. Windows color (decimal): -4425489 or 15694012. OLE color: 15694012.

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

Color convert

RGB 188 120 239 -
CMYK 0.21 0.50 0 0.06
HSL 274.29º 0.79% 0.7% -
HSV(B) 274.29º 0.5% 0.94% -
XYZ 43.04 30.36 85.25 -
YUV 153.9 176.03 152.32 -
System Red Green Blue C M Y K H S L
Decimal 188 120 239 0.21 0.50 0 0.06 274.29 0.79 0.7
Hex BC 78 EF 15 32 0 6 112 4F 46
Octal 274 170 357 25 62 0 6 422 117 106
Binary 10111100 1111000 11101111 10101 110010 0 110 100010010 1001111 1000110

Color Harmonies of #BC78EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC78EF

Black with #BC78EF

Text Example


Text Example

White with #BC78EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC78EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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