Html Css Color HEX #BA80F7 Heliotrope

📋 copy color: '#BA80F7'

red 186 ◦ green 128 ◦ blue 247

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

Shades of Heliotrope #BA80F7

Tints of Heliotrope #BA80F7

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.82%

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

R = 33.16%
G = 22.82%
B = 44.03%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA80F7 (or 0xBA80F7) is known color: Heliotrope. HEX triplet: BA, 80 and F7. RGB value is (186,128,247). Sum of RGB (Red+Green+Blue) = 186+128+247=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 247 (96.88% from 255 or 44.03% from 561); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA80F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA80F7 is #457F08. Grayscale: #9E9E9E. Windows color (decimal): -4554505 or 16220346. OLE color: 16220346.

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

Color convert

RGB 186 128 247 -
CMYK 0.25 0.48 0 0.03
HSL 269.24º 0.88% 0.74% -
HSV(B) 269.24º 0.48% 0.97% -
XYZ 44.76 32.59 91.93 -
YUV 158.91 177.72 147.32 -
System Red Green Blue C M Y K H S L
Decimal 186 128 247 0.25 0.48 0 0.03 269.24 0.88 0.74
Hex BA 80 F7 19 30 0 3 10D 58 4A
Octal 272 200 367 31 60 0 3 415 130 112
Binary 10111010 10000000 11110111 11001 110000 0 11 100001101 1011000 1001010

Color Harmonies of #BA80F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA80F7

Black with #BA80F7

Text Example


Text Example

White with #BA80F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA80F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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