Html Css Color HEX #BA80F9 Heliotrope

📋 copy color: '#BA80F9'

red 186 ◦ green 128 ◦ blue 249

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

Shades of Heliotrope #BA80F9

Tints of Heliotrope #BA80F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.23%

R = 33.04%
G = 22.74%
B = 44.23%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA80F9 (or 0xBA80F9) is known color: Heliotrope. HEX triplet: BA, 80 and F9. RGB value is (186,128,249). Sum of RGB (Red+Green+Blue) = 186+128+249=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA80F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA80F9 is #457F06. Grayscale: #9E9E9E. Windows color (decimal): -4554503 or 16351418. OLE color: 16351418.

HSL color Cylindrical-coordinate representation of color #BA80F9: hue angle of 268.76º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA80F9 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 128 249 -
CMYK 0.25 0.49 0 0.02
HSL 268.76º 0.91% 0.74% -
HSV(B) 268.76º 0.49% 0.98% -
XYZ 45.07 32.72 93.56 -
YUV 159.14 178.72 147.16 -
System Red Green Blue C M Y K H S L
Decimal 186 128 249 0.25 0.49 0 0.02 268.76 0.91 0.74
Hex BA 80 F9 19 31 0 2 10D 5B 4A
Octal 272 200 371 31 61 0 2 415 133 112
Binary 10111010 10000000 11111001 11001 110001 0 10 100001101 1011011 1001010

Color Harmonies of #BA80F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA80F9

Black with #BA80F9

Text Example


Text Example

White with #BA80F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA80F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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