Html Css Color HEX #BA7AF9 Heliotrope

📋 copy color: '#BA7AF9'

red 186 ◦ green 122 ◦ blue 249

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

Shades of Heliotrope #BA7AF9

Tints of Heliotrope #BA7AF9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.9%

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

R = 33.39%
G = 21.9%
B = 44.7%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA7AF9 (or 0xBA7AF9) is known color: Heliotrope. HEX triplet: BA, 7A and F9. RGB value is (186,122,249). Sum of RGB (Red+Green+Blue) = 186+122+249=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA7AF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7AF9 is #458506. Grayscale: #9B9B9B. Windows color (decimal): -4556039 or 16349882. OLE color: 16349882.

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

Color convert

RGB 186 122 249 -
CMYK 0.25 0.51 0 0.02
HSL 270.24º 0.91% 0.73% -
HSV(B) 270.24º 0.51% 0.98% -
XYZ 44.31 31.2 93.31 -
YUV 155.61 180.7 149.67 -
System Red Green Blue C M Y K H S L
Decimal 186 122 249 0.25 0.51 0 0.02 270.24 0.91 0.73
Hex BA 7A F9 19 33 0 2 10E 5B 49
Octal 272 172 371 31 63 0 2 416 133 111
Binary 10111010 1111010 11111001 11001 110011 0 10 100001110 1011011 1001001

Color Harmonies of #BA7AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7AF9

Black with #BA7AF9

Text Example


Text Example

White with #BA7AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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