Html Css Color HEX #BA7DF9 Heliotrope

📋 copy color: '#BA7DF9'

red 186 ◦ green 125 ◦ blue 249

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

Shades of Heliotrope #BA7DF9

Tints of Heliotrope #BA7DF9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.32%

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

R = 33.21%
G = 22.32%
B = 44.46%

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

#BA7DF9 (or 0xBA7DF9) is known color: Heliotrope. HEX triplet: BA, 7D and F9. RGB value is (186,125,249). Sum of RGB (Red+Green+Blue) = 186+125+249=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA7DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7DF9 is #458206. Grayscale: #9C9C9C. Windows color (decimal): -4555271 or 16350650. OLE color: 16350650.

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

Color convert

RGB 186 125 249 -
CMYK 0.25 0.50 0 0.02
HSL 269.52º 0.91% 0.73% -
HSV(B) 269.52º 0.5% 0.98% -
XYZ 44.68 31.95 93.43 -
YUV 157.38 179.71 148.42 -
System Red Green Blue C M Y K H S L
Decimal 186 125 249 0.25 0.50 0 0.02 269.52 0.91 0.73
Hex BA 7D F9 19 32 0 2 10E 5B 49
Octal 272 175 371 31 62 0 2 416 133 111
Binary 10111010 1111101 11111001 11001 110010 0 10 100001110 1011011 1001001

Color Harmonies of #BA7DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7DF9

Black with #BA7DF9

Text Example


Text Example

White with #BA7DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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