Html Css Color HEX #BA77B9 London Hue

📋 copy color: '#BA77B9'

red 186 ◦ green 119 ◦ blue 185

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

Shades of London Hue #BA77B9

Tints of London Hue #BA77B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.76%

R = 37.96%
G = 24.29%
B = 37.76%

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

#BA77B9 (or 0xBA77B9) is known color: London Hue. HEX triplet: BA, 77 and B9. RGB value is (186,119,185). Sum of RGB (Red+Green+Blue) = 186+119+185=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BA77B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77B9 is #458846. Grayscale: #929292. Windows color (decimal): -4556871 or 12154810. OLE color: 12154810.

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

Color convert

RGB 186 119 185 -
CMYK 0 0.36 0.01 0.27
HSL 300.9º 0.33% 0.6% -
HSV(B) 300.9º 0.36% 0.73% -
XYZ 35.6 27.14 49.26 -
YUV 146.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 186 119 185 0 0.36 0.01 0.27 300.9 0.33 0.6
Hex BA 77 B9 0 24 1 1B 12D 21 3C
Octal 272 167 271 0 44 1 33 455 41 74
Binary 10111010 1110111 10111001 0 100100 1 11011 100101101 100001 111100

Color Harmonies of #BA77B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77B9

Black with #BA77B9

Text Example


Text Example

White with #BA77B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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