Html Css Color HEX #BA77BA London Hue

📋 copy color: '#BA77BA'

red 186 ◦ green 119 ◦ blue 186

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

Shades of London Hue #BA77BA

Tints of London Hue #BA77BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.88%

R = 37.88%
G = 24.24%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA77BA (or 0xBA77BA) is known color: London Hue. HEX triplet: BA, 77 and BA. RGB value is (186,119,186). Sum of RGB (Red+Green+Blue) = 186+119+186=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77BA is #458845. Grayscale: #929292. Windows color (decimal): -4556870 or 12220346. OLE color: 12220346.

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

Color convert

RGB 186 119 186 -
CMYK 0 0.36 0 0.27
HSL 300º 0.33% 0.6% -
HSV(B) 300º 0.36% 0.73% -
XYZ 35.71 27.18 49.82 -
YUV 146.67 150.2 156.05 -
System Red Green Blue C M Y K H S L
Decimal 186 119 186 0 0.36 0 0.27 300 0.33 0.6
Hex BA 77 BA 0 24 0 1B 12C 21 3C
Octal 272 167 272 0 44 0 33 454 41 74
Binary 10111010 1110111 10111010 0 100100 0 11011 100101100 100001 111100

Color Harmonies of #BA77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77BA

Black with #BA77BA

Text Example


Text Example

White with #BA77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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