Html Css Color HEX #BA6DF4 Heliotrope

📋 copy color: '#BA6DF4'

red 186 ◦ green 109 ◦ blue 244

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

Shades of Heliotrope #BA6DF4

Tints of Heliotrope #BA6DF4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.22%

 BLUE value IS 244 (95.7% from 255) = 45.27%

R = 34.51%
G = 20.22%
B = 45.27%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA6DF4 (or 0xBA6DF4) is known color: Heliotrope. HEX triplet: BA, 6D and F4. RGB value is (186,109,244). Sum of RGB (Red+Green+Blue) = 186+109+244=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 244 (95.70% from 255 or 45.27% from 539); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA6DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6DF4 is #45920B. Grayscale: #929292. Windows color (decimal): -4559372 or 16018874. OLE color: 16018874.

HSL color Cylindrical-coordinate representation of color #BA6DF4: hue angle of 274.22º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA6DF4 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 109 244 -
CMYK 0.24 0.55 0 0.04
HSL 274.22º 0.86% 0.69% -
HSV(B) 274.22º 0.55% 0.96% -
XYZ 42.05 27.91 88.76 -
YUV 147.41 182.51 155.52 -
System Red Green Blue C M Y K H S L
Decimal 186 109 244 0.24 0.55 0 0.04 274.22 0.86 0.69
Hex BA 6D F4 18 37 0 4 112 56 45
Octal 272 155 364 30 67 0 4 422 126 105
Binary 10111010 1101101 11110100 11000 110111 0 100 100010010 1010110 1000101

Color Harmonies of #BA6DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6DF4

Black with #BA6DF4

Text Example


Text Example

White with #BA6DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6DF4; }

 p { color: rgb(186,109,244); }

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

background-color css

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

 a { background-color: rgb(186,109,244); }

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

border-color css

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

 span { border-color: rgb(186,109,244); }

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