Html Css Color HEX #BA76F6 Heliotrope

📋 copy color: '#BA76F6'

red 186 ◦ green 118 ◦ blue 246

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

Shades of Heliotrope #BA76F6

Tints of Heliotrope #BA76F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.73%

R = 33.82%
G = 21.45%
B = 44.73%

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

#BA76F6 (or 0xBA76F6) is known color: Heliotrope. HEX triplet: BA, 76 and F6. RGB value is (186,118,246). Sum of RGB (Red+Green+Blue) = 186+118+246=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 118 (46.48% from 255 or 21.45% from 550); Blue value is 246 (96.48% from 255 or 44.73% from 550); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA76F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76F6 is #458909. Grayscale: #989898. Windows color (decimal): -4557066 or 16152250. OLE color: 16152250.

HSL color Cylindrical-coordinate representation of color #BA76F6: hue angle of 271.88º degrees, saturation: 0.88, 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 #BA76F6 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 118 246 -
CMYK 0.24 0.52 0 0.04
HSL 271.88º 0.88% 0.71% -
HSV(B) 271.88º 0.52% 0.96% -
XYZ 43.36 30.05 90.7 -
YUV 152.92 180.53 151.59 -
System Red Green Blue C M Y K H S L
Decimal 186 118 246 0.24 0.52 0 0.04 271.88 0.88 0.71
Hex BA 76 F6 18 34 0 4 110 58 47
Octal 272 166 366 30 64 0 4 420 130 107
Binary 10111010 1110110 11110110 11000 110100 0 100 100010000 1011000 1000111

Color Harmonies of #BA76F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76F6

Black with #BA76F6

Text Example


Text Example

White with #BA76F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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