Html Css Color HEX #BA76F7 Heliotrope

📋 copy color: '#BA76F7'

red 186 ◦ green 118 ◦ blue 247

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

Shades of Heliotrope #BA76F7

Tints of Heliotrope #BA76F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.83%

R = 33.76%
G = 21.42%
B = 44.83%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA76F7 (or 0xBA76F7) is known color: Heliotrope. HEX triplet: BA, 76 and F7. RGB value is (186,118,247). Sum of RGB (Red+Green+Blue) = 186+118+247=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 247 (96.88% from 255 or 44.83% from 551); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA76F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76F7 is #458908. Grayscale: #989898. Windows color (decimal): -4557065 or 16217786. OLE color: 16217786.

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

Color convert

RGB 186 118 247 -
CMYK 0.25 0.52 0 0.03
HSL 271.63º 0.89% 0.72% -
HSV(B) 271.63º 0.52% 0.97% -
XYZ 43.52 30.11 91.51 -
YUV 153.04 181.03 151.51 -
System Red Green Blue C M Y K H S L
Decimal 186 118 247 0.25 0.52 0 0.03 271.63 0.89 0.72
Hex BA 76 F7 19 34 0 3 110 59 48
Octal 272 166 367 31 64 0 3 420 131 110
Binary 10111010 1110110 11110111 11001 110100 0 11 100010000 1011001 1001000

Color Harmonies of #BA76F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76F7

Black with #BA76F7

Text Example


Text Example

White with #BA76F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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