Html Css Color HEX #BA79EF Heliotrope

📋 copy color: '#BA79EF'

red 186 ◦ green 121 ◦ blue 239

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

Shades of Heliotrope #BA79EF

Tints of Heliotrope #BA79EF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.16%

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

R = 34.07%
G = 22.16%
B = 43.77%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA79EF (or 0xBA79EF) is known color: Heliotrope. HEX triplet: BA, 79 and EF. RGB value is (186,121,239). Sum of RGB (Red+Green+Blue) = 186+121+239=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 121 (47.66% from 255 or 22.16% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA79EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA79EF is #458610. Grayscale: #999999. Windows color (decimal): -4556305 or 15694266. OLE color: 15694266.

HSL color Cylindrical-coordinate representation of color #BA79EF: hue angle of 273.05º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA79EF is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 121 239 -
CMYK 0.22 0.49 0 0.06
HSL 273.05º 0.79% 0.71% -
HSV(B) 273.05º 0.49% 0.94% -
XYZ 42.67 30.35 85.27 -
YUV 153.89 176.03 150.91 -
System Red Green Blue C M Y K H S L
Decimal 186 121 239 0.22 0.49 0 0.06 273.05 0.79 0.71
Hex BA 79 EF 16 31 0 6 111 4F 47
Octal 272 171 357 26 61 0 6 421 117 107
Binary 10111010 1111001 11101111 10110 110001 0 110 100010001 1001111 1000111

Color Harmonies of #BA79EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA79EF

Black with #BA79EF

Text Example


Text Example

White with #BA79EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA79EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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