Html Css Color HEX #BA79F8 Heliotrope

📋 copy color: '#BA79F8'

red 186 ◦ green 121 ◦ blue 248

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

Shades of Heliotrope #BA79F8

Tints of Heliotrope #BA79F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.68%

R = 33.51%
G = 21.8%
B = 44.68%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA79F8 (or 0xBA79F8) is known color: Heliotrope. HEX triplet: BA, 79 and F8. RGB value is (186,121,248). Sum of RGB (Red+Green+Blue) = 186+121+248=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 121 (47.66% from 255 or 21.80% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA79F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA79F8 is #458607. Grayscale: #9A9A9A. Windows color (decimal): -4556296 or 16284090. OLE color: 16284090.

HSL color Cylindrical-coordinate representation of color #BA79F8: hue angle of 270.71º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA79F8 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 121 248 -
CMYK 0.25 0.51 0 0.03
HSL 270.71º 0.9% 0.72% -
HSV(B) 270.71º 0.51% 0.97% -
XYZ 44.03 30.89 92.45 -
YUV 154.91 180.53 150.17 -
System Red Green Blue C M Y K H S L
Decimal 186 121 248 0.25 0.51 0 0.03 270.71 0.9 0.72
Hex BA 79 F8 19 33 0 3 10F 5A 48
Octal 272 171 370 31 63 0 3 417 132 110
Binary 10111010 1111001 11111000 11001 110011 0 11 100001111 1011010 1001000

Color Harmonies of #BA79F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA79F8

Black with #BA79F8

Text Example


Text Example

White with #BA79F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA79F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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