Html Css Color HEX #BA77B8 London Hue

📋 copy color: '#BA77B8'

red 186 ◦ green 119 ◦ blue 184

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

Shades of London Hue #BA77B8

Tints of London Hue #BA77B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.63%

R = 38.04%
G = 24.34%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA77B8 (or 0xBA77B8) is known color: London Hue. HEX triplet: BA, 77 and B8. RGB value is (186,119,184). Sum of RGB (Red+Green+Blue) = 186+119+184=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BA77B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77B8 is #458847. Grayscale: #929292. Windows color (decimal): -4556872 or 12089274. OLE color: 12089274.

HSL color Cylindrical-coordinate representation of color #BA77B8: hue angle of 301.79º 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 #BA77B8 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 119 184 -
CMYK 0 0.36 0.01 0.27
HSL 301.79º 0.33% 0.6% -
HSV(B) 301.79º 0.36% 0.73% -
XYZ 35.5 27.09 48.71 -
YUV 146.44 149.2 156.21 -
System Red Green Blue C M Y K H S L
Decimal 186 119 184 0 0.36 0.01 0.27 301.79 0.33 0.6
Hex BA 77 B8 0 24 1 1B 12E 21 3C
Octal 272 167 270 0 44 1 33 456 41 74
Binary 10111010 1110111 10111000 0 100100 1 11011 100101110 100001 111100

Color Harmonies of #BA77B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77B8

Black with #BA77B8

Text Example


Text Example

White with #BA77B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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