Html Css Color HEX #BA78EF Heliotrope

📋 copy color: '#BA78EF'

red 186 ◦ green 120 ◦ blue 239

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

Shades of Heliotrope #BA78EF

Tints of Heliotrope #BA78EF

RGB

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

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

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

R = 34.13%
G = 22.02%
B = 43.85%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA78EF (or 0xBA78EF) is known color: Heliotrope. HEX triplet: BA, 78 and EF. RGB value is (186,120,239). Sum of RGB (Red+Green+Blue) = 186+120+239=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA78EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA78EF is #458710. Grayscale: #989898. Windows color (decimal): -4556561 or 15694010. OLE color: 15694010.

HSL color Cylindrical-coordinate representation of color #BA78EF: hue angle of 273.28º 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 #BA78EF is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 120 239 -
CMYK 0.22 0.50 0 0.06
HSL 273.28º 0.79% 0.7% -
HSV(B) 273.28º 0.5% 0.94% -
XYZ 42.55 30.1 85.23 -
YUV 153.3 176.37 151.32 -
System Red Green Blue C M Y K H S L
Decimal 186 120 239 0.22 0.50 0 0.06 273.28 0.79 0.7
Hex BA 78 EF 16 32 0 6 111 4F 46
Octal 272 170 357 26 62 0 6 421 117 106
Binary 10111010 1111000 11101111 10110 110010 0 110 100010001 1001111 1000110

Color Harmonies of #BA78EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA78EF

Black with #BA78EF

Text Example


Text Example

White with #BA78EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA78EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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