Html Css Color HEX #BA6AF9 Heliotrope

📋 copy color: '#BA6AF9'

red 186 ◦ green 106 ◦ blue 249

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

Shades of Heliotrope #BA6AF9

Tints of Heliotrope #BA6AF9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.59%

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

R = 34.38%
G = 19.59%
B = 46.03%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA6AF9 (or 0xBA6AF9) is known color: Heliotrope. HEX triplet: BA, 6A and F9. RGB value is (186,106,249). Sum of RGB (Red+Green+Blue) = 186+106+249=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 106 (41.80% from 255 or 19.59% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA6AF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6AF9 is #459506. Grayscale: #919191. Windows color (decimal): -4560135 or 16345786. OLE color: 16345786.

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

Color convert

RGB 186 106 249 -
CMYK 0.25 0.57 0 0.02
HSL 273.57º 0.92% 0.7% -
HSV(B) 273.57º 0.57% 0.98% -
XYZ 42.5 27.59 92.71 -
YUV 146.22 186 156.37 -
System Red Green Blue C M Y K H S L
Decimal 186 106 249 0.25 0.57 0 0.02 273.57 0.92 0.7
Hex BA 6A F9 19 39 0 2 112 5C 46
Octal 272 152 371 31 71 0 2 422 134 106
Binary 10111010 1101010 11111001 11001 111001 0 10 100010010 1011100 1000110

Color Harmonies of #BA6AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6AF9

Black with #BA6AF9

Text Example


Text Example

White with #BA6AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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