Html Css Color HEX #BA73F6 Heliotrope

📋 copy color: '#BA73F6'

red 186 ◦ green 115 ◦ blue 246

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

Shades of Heliotrope #BA73F6

Tints of Heliotrope #BA73F6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.02%

 BLUE value IS 246 (96.48% from 255) = 44.97%

R = 34%
G = 21.02%
B = 44.97%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA73F6 (or 0xBA73F6) is known color: Heliotrope. HEX triplet: BA, 73 and F6. RGB value is (186,115,246). Sum of RGB (Red+Green+Blue) = 186+115+246=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA73F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA73F6 is #458C09. Grayscale: #969696. Windows color (decimal): -4557834 or 16151482. OLE color: 16151482.

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

Color convert

RGB 186 115 246 -
CMYK 0.24 0.53 0 0.04
HSL 272.52º 0.88% 0.71% -
HSV(B) 272.52º 0.53% 0.96% -
XYZ 43.01 29.35 90.59 -
YUV 151.16 181.52 152.85 -
System Red Green Blue C M Y K H S L
Decimal 186 115 246 0.24 0.53 0 0.04 272.52 0.88 0.71
Hex BA 73 F6 18 35 0 4 111 58 47
Octal 272 163 366 30 65 0 4 421 130 107
Binary 10111010 1110011 11110110 11000 110101 0 100 100010001 1011000 1000111

Color Harmonies of #BA73F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA73F6

Black with #BA73F6

Text Example


Text Example

White with #BA73F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA73F6; }

 p { color: rgb(186,115,246); }

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

background-color css

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

 a { background-color: rgb(186,115,246); }

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

border-color css

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

 span { border-color: rgb(186,115,246); }

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