Html Css Color HEX #BA77EF Heliotrope

📋 copy color: '#BA77EF'

red 186 ◦ green 119 ◦ blue 239

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

Shades of Heliotrope #BA77EF

Tints of Heliotrope #BA77EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.93%

R = 34.19%
G = 21.88%
B = 43.93%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA77EF (or 0xBA77EF) is known color: Heliotrope. HEX triplet: BA, 77 and EF. RGB value is (186,119,239). Sum of RGB (Red+Green+Blue) = 186+119+239=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA77EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA77EF is #458810. Grayscale: #989898. Windows color (decimal): -4556817 or 15693754. OLE color: 15693754.

HSL color Cylindrical-coordinate representation of color #BA77EF: hue angle of 273.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA77EF is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 119 239 -
CMYK 0.22 0.50 0 0.06
HSL 273.5º 0.79% 0.7% -
HSV(B) 273.5º 0.5% 0.94% -
XYZ 42.43 29.86 85.19 -
YUV 152.71 176.7 151.74 -
System Red Green Blue C M Y K H S L
Decimal 186 119 239 0.22 0.50 0 0.06 273.5 0.79 0.7
Hex BA 77 EF 16 32 0 6 112 4F 46
Octal 272 167 357 26 62 0 6 422 117 106
Binary 10111010 1110111 11101111 10110 110010 0 110 100010010 1001111 1000110

Color Harmonies of #BA77EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77EF

Black with #BA77EF

Text Example


Text Example

White with #BA77EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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