Html Css Color HEX #BA7CF9 Heliotrope

📋 copy color: '#BA7CF9'

red 186 ◦ green 124 ◦ blue 249

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

Shades of Heliotrope #BA7CF9

Tints of Heliotrope #BA7CF9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.18%

 BLUE value IS 249 (97.66% from 255) = 44.54%

R = 33.27%
G = 22.18%
B = 44.54%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA7CF9 (or 0xBA7CF9) is known color: Heliotrope. HEX triplet: BA, 7C and F9. RGB value is (186,124,249). Sum of RGB (Red+Green+Blue) = 186+124+249=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA7CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7CF9 is #458306. Grayscale: #9C9C9C. Windows color (decimal): -4555527 or 16350394. OLE color: 16350394.

HSL color Cylindrical-coordinate representation of color #BA7CF9: hue angle of 269.76º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA7CF9 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 124 249 -
CMYK 0.25 0.50 0 0.02
HSL 269.76º 0.91% 0.73% -
HSV(B) 269.76º 0.5% 0.98% -
XYZ 44.56 31.69 93.39 -
YUV 156.79 180.04 148.84 -
System Red Green Blue C M Y K H S L
Decimal 186 124 249 0.25 0.50 0 0.02 269.76 0.91 0.73
Hex BA 7C F9 19 32 0 2 10E 5B 49
Octal 272 174 371 31 62 0 2 416 133 111
Binary 10111010 1111100 11111001 11001 110010 0 10 100001110 1011011 1001001

Color Harmonies of #BA7CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7CF9

Black with #BA7CF9

Text Example


Text Example

White with #BA7CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7CF9; }

 p { color: rgb(186,124,249); }

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

background-color css

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

 a { background-color: rgb(186,124,249); }

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

border-color css

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

 span { border-color: rgb(186,124,249); }

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