Html Css Color HEX #BA87B1 London Hue

📋 copy color: '#BA87B1'

red 186 ◦ green 135 ◦ blue 177

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

Shades of London Hue #BA87B1

Tints of London Hue #BA87B1

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.11%

 BLUE value IS 177 (69.53% from 255) = 35.54%

R = 37.35%
G = 27.11%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA87B1 (or 0xBA87B1) is known color: London Hue. HEX triplet: BA, 87 and B1. RGB value is (186,135,177). Sum of RGB (Red+Green+Blue) = 186+135+177=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BA87B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA87B1 is #45784E. Grayscale: #9A9A9A. Windows color (decimal): -4552783 or 11634618. OLE color: 11634618.

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

Color convert

RGB 186 135 177 -
CMYK 0 0.27 0.05 0.27
HSL 310.59º 0.27% 0.63% -
HSV(B) 310.59º 0.27% 0.73% -
XYZ 36.85 30.94 45.63 -
YUV 155.04 140.4 150.08 -
System Red Green Blue C M Y K H S L
Decimal 186 135 177 0 0.27 0.05 0.27 310.59 0.27 0.63
Hex BA 87 B1 0 1B 5 1B 137 1B 3F
Octal 272 207 261 0 33 5 33 467 33 77
Binary 10111010 10000111 10110001 0 11011 101 11011 100110111 11011 111111

Color Harmonies of #BA87B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA87B1

Black with #BA87B1

Text Example


Text Example

White with #BA87B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA87B1; }

 p { color: rgb(186,135,177); }

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

background-color css

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

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

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

border-color css

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

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

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