Html Css Color HEX #BA6BF9 Heliotrope

📋 copy color: '#BA6BF9'

red 186 ◦ green 107 ◦ blue 249

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

Shades of Heliotrope #BA6BF9

Tints of Heliotrope #BA6BF9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.74%

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

R = 34.32%
G = 19.74%
B = 45.94%

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

#BA6BF9 (or 0xBA6BF9) is known color: Heliotrope. HEX triplet: BA, 6B and F9. RGB value is (186,107,249). Sum of RGB (Red+Green+Blue) = 186+107+249=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA6BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6BF9 is #459406. Grayscale: #929292. Windows color (decimal): -4559879 or 16346042. OLE color: 16346042.

HSL color Cylindrical-coordinate representation of color #BA6BF9: hue angle of 273.38º 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 #BA6BF9 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 107 249 -
CMYK 0.25 0.57 0 0.02
HSL 273.38º 0.92% 0.7% -
HSV(B) 273.38º 0.57% 0.98% -
XYZ 42.61 27.79 92.74 -
YUV 146.81 185.67 155.95 -
System Red Green Blue C M Y K H S L
Decimal 186 107 249 0.25 0.57 0 0.02 273.38 0.92 0.7
Hex BA 6B F9 19 39 0 2 111 5C 46
Octal 272 153 371 31 71 0 2 421 134 106
Binary 10111010 1101011 11111001 11001 111001 0 10 100010001 1011100 1000110

Color Harmonies of #BA6BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6BF9

Black with #BA6BF9

Text Example


Text Example

White with #BA6BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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