Html Css Color HEX #BA74F6 Heliotrope

📋 copy color: '#BA74F6'

red 186 ◦ green 116 ◦ blue 246

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

Shades of Heliotrope #BA74F6

Tints of Heliotrope #BA74F6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.17%

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

R = 33.94%
G = 21.17%
B = 44.89%

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

#BA74F6 (or 0xBA74F6) is known color: Heliotrope. HEX triplet: BA, 74 and F6. RGB value is (186,116,246). Sum of RGB (Red+Green+Blue) = 186+116+246=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA74F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA74F6 is #458B09. Grayscale: #979797. Windows color (decimal): -4557578 or 16151738. OLE color: 16151738.

HSL color Cylindrical-coordinate representation of color #BA74F6: hue angle of 272.31º 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 #BA74F6 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 116 246 -
CMYK 0.24 0.53 0 0.04
HSL 272.31º 0.88% 0.71% -
HSV(B) 272.31º 0.53% 0.96% -
XYZ 43.13 29.58 90.63 -
YUV 151.75 181.19 152.43 -
System Red Green Blue C M Y K H S L
Decimal 186 116 246 0.24 0.53 0 0.04 272.31 0.88 0.71
Hex BA 74 F6 18 35 0 4 110 58 47
Octal 272 164 366 30 65 0 4 420 130 107
Binary 10111010 1110100 11110110 11000 110101 0 100 100010000 1011000 1000111

Color Harmonies of #BA74F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74F6

Black with #BA74F6

Text Example


Text Example

White with #BA74F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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