Html Css Color HEX #BA76B8 London Hue

📋 copy color: '#BA76B8'

red 186 ◦ green 118 ◦ blue 184

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

Shades of London Hue #BA76B8

Tints of London Hue #BA76B8

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.18%

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

R = 38.11%
G = 24.18%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA76B8 (or 0xBA76B8) is known color: London Hue. HEX triplet: BA, 76 and B8. RGB value is (186,118,184). Sum of RGB (Red+Green+Blue) = 186+118+184=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA76B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76B8 is #458947. Grayscale: #919191. Windows color (decimal): -4557128 or 12089018. OLE color: 12089018.

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

Color convert

RGB 186 118 184 -
CMYK 0 0.37 0.01 0.27
HSL 301.76º 0.33% 0.6% -
HSV(B) 301.76º 0.37% 0.73% -
XYZ 35.38 26.86 48.67 -
YUV 145.86 149.53 156.63 -
System Red Green Blue C M Y K H S L
Decimal 186 118 184 0 0.37 0.01 0.27 301.76 0.33 0.6
Hex BA 76 B8 0 25 1 1B 12E 21 3C
Octal 272 166 270 0 45 1 33 456 41 74
Binary 10111010 1110110 10111000 0 100101 1 11011 100101110 100001 111100

Color Harmonies of #BA76B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76B8

Black with #BA76B8

Text Example


Text Example

White with #BA76B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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