Html Css Color HEX #BA77AD London Hue

📋 copy color: '#BA77AD'

red 186 ◦ green 119 ◦ blue 173

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

Shades of London Hue #BA77AD

Tints of London Hue #BA77AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.19%

R = 38.91%
G = 24.9%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA77AD (or 0xBA77AD) is known color: London Hue. HEX triplet: BA, 77 and AD. RGB value is (186,119,173). Sum of RGB (Red+Green+Blue) = 186+119+173=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA77AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA77AD is #458852. Grayscale: #919191. Windows color (decimal): -4556883 or 11368378. OLE color: 11368378.

HSL color Cylindrical-coordinate representation of color #BA77AD: hue angle of 311.64º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA77AD is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 119 173 -
CMYK 0 0.36 0.07 0.27
HSL 311.64º 0.33% 0.6% -
HSV(B) 311.64º 0.36% 0.73% -
XYZ 34.39 26.65 42.87 -
YUV 145.19 143.7 157.11 -
System Red Green Blue C M Y K H S L
Decimal 186 119 173 0 0.36 0.07 0.27 311.64 0.33 0.6
Hex BA 77 AD 0 24 7 1B 138 21 3C
Octal 272 167 255 0 44 7 33 470 41 74
Binary 10111010 1110111 10101101 0 100100 111 11011 100111000 100001 111100

Color Harmonies of #BA77AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77AD

Black with #BA77AD

Text Example


Text Example

White with #BA77AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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