Html Css Color HEX #BA77F9 Heliotrope

📋 copy color: '#BA77F9'

red 186 ◦ green 119 ◦ blue 249

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

Shades of Heliotrope #BA77F9

Tints of Heliotrope #BA77F9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.48%

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

R = 33.57%
G = 21.48%
B = 44.95%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA77F9 (or 0xBA77F9) is known color: Heliotrope. HEX triplet: BA, 77 and F9. RGB value is (186,119,249). Sum of RGB (Red+Green+Blue) = 186+119+249=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA77F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA77F9 is #458806. Grayscale: #999999. Windows color (decimal): -4556807 or 16349114. OLE color: 16349114.

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

Color convert

RGB 186 119 249 -
CMYK 0.25 0.52 0 0.02
HSL 270.92º 0.92% 0.72% -
HSV(B) 270.92º 0.52% 0.98% -
XYZ 43.95 30.47 93.19 -
YUV 153.85 181.7 150.93 -
System Red Green Blue C M Y K H S L
Decimal 186 119 249 0.25 0.52 0 0.02 270.92 0.92 0.72
Hex BA 77 F9 19 34 0 2 10F 5C 48
Octal 272 167 371 31 64 0 2 417 134 110
Binary 10111010 1110111 11111001 11001 110100 0 10 100001111 1011100 1001000

Color Harmonies of #BA77F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77F9

Black with #BA77F9

Text Example


Text Example

White with #BA77F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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