Html Css Color HEX #BA78EC Heliotrope

📋 copy color: '#BA78EC'

red 186 ◦ green 120 ◦ blue 236

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

Shades of Heliotrope #BA78EC

Tints of Heliotrope #BA78EC

RGB

 RED value IS 186 (73.05% from 255) = 34.32%

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

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

R = 34.32%
G = 22.14%
B = 43.54%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA78EC (or 0xBA78EC) is known color: Heliotrope. HEX triplet: BA, 78 and EC. RGB value is (186,120,236). Sum of RGB (Red+Green+Blue) = 186+120+236=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA78EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA78EC is #458713. Grayscale: #989898. Windows color (decimal): -4556564 or 15497402. OLE color: 15497402.

HSL color Cylindrical-coordinate representation of color #BA78EC: hue angle of 274.14º 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 #BA78EC is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 120 236 -
CMYK 0.21 0.49 0 0.07
HSL 274.14º 0.75% 0.7% -
HSV(B) 274.14º 0.49% 0.93% -
XYZ 42.11 29.93 82.91 -
YUV 152.96 174.87 151.57 -
System Red Green Blue C M Y K H S L
Decimal 186 120 236 0.21 0.49 0 0.07 274.14 0.75 0.7
Hex BA 78 EC 15 31 0 7 112 4B 46
Octal 272 170 354 25 61 0 7 422 113 106
Binary 10111010 1111000 11101100 10101 110001 0 111 100010010 1001011 1000110

Color Harmonies of #BA78EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA78EC

Black with #BA78EC

Text Example


Text Example

White with #BA78EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA78EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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