Html Css Color HEX #BA79ED Heliotrope

📋 copy color: '#BA79ED'

red 186 ◦ green 121 ◦ blue 237

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

Shades of Heliotrope #BA79ED

Tints of Heliotrope #BA79ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.57%

R = 34.19%
G = 22.24%
B = 43.57%

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

#BA79ED (or 0xBA79ED) is known color: Heliotrope. HEX triplet: BA, 79 and ED. RGB value is (186,121,237). Sum of RGB (Red+Green+Blue) = 186+121+237=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA79ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA79ED is #458612. Grayscale: #999999. Windows color (decimal): -4556307 or 15563194. OLE color: 15563194.

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

Color convert

RGB 186 121 237 -
CMYK 0.22 0.49 0 0.07
HSL 273.62º 0.76% 0.7% -
HSV(B) 273.62º 0.49% 0.93% -
XYZ 42.37 30.23 83.72 -
YUV 153.66 175.03 151.07 -
System Red Green Blue C M Y K H S L
Decimal 186 121 237 0.22 0.49 0 0.07 273.62 0.76 0.7
Hex BA 79 ED 16 31 0 7 112 4C 46
Octal 272 171 355 26 61 0 7 422 114 106
Binary 10111010 1111001 11101101 10110 110001 0 111 100010010 1001100 1000110

Color Harmonies of #BA79ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA79ED

Black with #BA79ED

Text Example


Text Example

White with #BA79ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA79ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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