Html Css Color HEX #BA77F8 Heliotrope

📋 copy color: '#BA77F8'

red 186 ◦ green 119 ◦ blue 248

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

Shades of Heliotrope #BA77F8

Tints of Heliotrope #BA77F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.85%

R = 33.63%
G = 21.52%
B = 44.85%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA77F8 (or 0xBA77F8) is known color: Heliotrope. HEX triplet: BA, 77 and F8. RGB value is (186,119,248). Sum of RGB (Red+Green+Blue) = 186+119+248=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA77F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA77F8 is #458807. Grayscale: #999999. Windows color (decimal): -4556808 or 16283578. OLE color: 16283578.

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

Color convert

RGB 186 119 248 -
CMYK 0.25 0.52 0 0.03
HSL 271.16º 0.9% 0.72% -
HSV(B) 271.16º 0.52% 0.97% -
XYZ 43.79 30.41 92.37 -
YUV 153.74 181.2 151.01 -
System Red Green Blue C M Y K H S L
Decimal 186 119 248 0.25 0.52 0 0.03 271.16 0.9 0.72
Hex BA 77 F8 19 34 0 3 10F 5A 48
Octal 272 167 370 31 64 0 3 417 132 110
Binary 10111010 1110111 11111000 11001 110100 0 11 100001111 1011010 1001000

Color Harmonies of #BA77F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77F8

Black with #BA77F8

Text Example


Text Example

White with #BA77F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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