Html Css Color HEX #BA76F4 Heliotrope

📋 copy color: '#BA76F4'

red 186 ◦ green 118 ◦ blue 244

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

Shades of Heliotrope #BA76F4

Tints of Heliotrope #BA76F4

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.53%

 BLUE value IS 244 (95.7% from 255) = 44.53%

R = 33.94%
G = 21.53%
B = 44.53%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA76F4 (or 0xBA76F4) is known color: Heliotrope. HEX triplet: BA, 76 and F4. RGB value is (186,118,244). Sum of RGB (Red+Green+Blue) = 186+118+244=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 244 (95.70% from 255 or 44.53% from 548); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA76F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76F4 is #45890B. Grayscale: #989898. Windows color (decimal): -4557068 or 16021178. OLE color: 16021178.

HSL color Cylindrical-coordinate representation of color #BA76F4: hue angle of 272.38º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA76F4 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 118 244 -
CMYK 0.24 0.52 0 0.04
HSL 272.38º 0.85% 0.71% -
HSV(B) 272.38º 0.52% 0.96% -
XYZ 43.06 29.93 89.1 -
YUV 152.7 179.53 151.75 -
System Red Green Blue C M Y K H S L
Decimal 186 118 244 0.24 0.52 0 0.04 272.38 0.85 0.71
Hex BA 76 F4 18 34 0 4 110 55 47
Octal 272 166 364 30 64 0 4 420 125 107
Binary 10111010 1110110 11110100 11000 110100 0 100 100010000 1010101 1000111

Color Harmonies of #BA76F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76F4

Black with #BA76F4

Text Example


Text Example

White with #BA76F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76F4; }

 p { color: rgb(186,118,244); }

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

background-color css

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

 a { background-color: rgb(186,118,244); }

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

border-color css

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

 span { border-color: rgb(186,118,244); }

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