Html Css Color HEX #BA75F7 Heliotrope

📋 copy color: '#BA75F7'

red 186 ◦ green 117 ◦ blue 247

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

Shades of Heliotrope #BA75F7

Tints of Heliotrope #BA75F7

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.27%

 BLUE value IS 247 (96.88% from 255) = 44.91%

R = 33.82%
G = 21.27%
B = 44.91%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA75F7 (or 0xBA75F7) is known color: Heliotrope. HEX triplet: BA, 75 and F7. RGB value is (186,117,247). Sum of RGB (Red+Green+Blue) = 186+117+247=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA75F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA75F7 is #458A08. Grayscale: #989898. Windows color (decimal): -4557321 or 16217530. OLE color: 16217530.

HSL color Cylindrical-coordinate representation of color #BA75F7: hue angle of 271.85º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA75F7 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 117 247 -
CMYK 0.25 0.53 0 0.03
HSL 271.85º 0.89% 0.71% -
HSV(B) 271.85º 0.53% 0.97% -
XYZ 43.4 29.88 91.48 -
YUV 152.45 181.36 151.93 -
System Red Green Blue C M Y K H S L
Decimal 186 117 247 0.25 0.53 0 0.03 271.85 0.89 0.71
Hex BA 75 F7 19 35 0 3 110 59 47
Octal 272 165 367 31 65 0 3 420 131 107
Binary 10111010 1110101 11110111 11001 110101 0 11 100010000 1011001 1000111

Color Harmonies of #BA75F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA75F7

Black with #BA75F7

Text Example


Text Example

White with #BA75F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA75F7; }

 p { color: rgb(186,117,247); }

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

background-color css

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

 a { background-color: rgb(186,117,247); }

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

border-color css

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

 span { border-color: rgb(186,117,247); }

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