Html Css Color HEX #BA79EE Heliotrope

📋 copy color: '#BA79EE'

red 186 ◦ green 121 ◦ blue 238

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

Shades of Heliotrope #BA79EE

Tints of Heliotrope #BA79EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 34.13%
G = 22.2%
B = 43.67%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA79EE (or 0xBA79EE) is known color: Heliotrope. HEX triplet: BA, 79 and EE. RGB value is (186,121,238). Sum of RGB (Red+Green+Blue) = 186+121+238=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA79EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA79EE is #458611. Grayscale: #999999. Windows color (decimal): -4556306 or 15628730. OLE color: 15628730.

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

Color convert

RGB 186 121 238 -
CMYK 0.22 0.49 0 0.07
HSL 273.33º 0.77% 0.7% -
HSV(B) 273.33º 0.49% 0.93% -
XYZ 42.52 30.29 84.49 -
YUV 153.77 175.53 150.99 -
System Red Green Blue C M Y K H S L
Decimal 186 121 238 0.22 0.49 0 0.07 273.33 0.77 0.7
Hex BA 79 EE 16 31 0 7 111 4D 46
Octal 272 171 356 26 61 0 7 421 115 106
Binary 10111010 1111001 11101110 10110 110001 0 111 100010001 1001101 1000110

Color Harmonies of #BA79EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA79EE

Black with #BA79EE

Text Example


Text Example

White with #BA79EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA79EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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