Html Css Color HEX #BA86B1 London Hue

📋 copy color: '#BA86B1'

red 186 ◦ green 134 ◦ blue 177

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

Shades of London Hue #BA86B1

Tints of London Hue #BA86B1

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.96%

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

R = 37.42%
G = 26.96%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA86B1 (or 0xBA86B1) is known color: London Hue. HEX triplet: BA, 86 and B1. RGB value is (186,134,177). Sum of RGB (Red+Green+Blue) = 186+134+177=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BA86B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA86B1 is #45794E. Grayscale: #9A9A9A. Windows color (decimal): -4553039 or 11634362. OLE color: 11634362.

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

Color convert

RGB 186 134 177 -
CMYK 0 0.28 0.05 0.27
HSL 310.38º 0.27% 0.63% -
HSV(B) 310.38º 0.28% 0.73% -
XYZ 36.71 30.66 45.58 -
YUV 154.45 140.73 150.5 -
System Red Green Blue C M Y K H S L
Decimal 186 134 177 0 0.28 0.05 0.27 310.38 0.27 0.63
Hex BA 86 B1 0 1C 5 1B 136 1B 3F
Octal 272 206 261 0 34 5 33 466 33 77
Binary 10111010 10000110 10110001 0 11100 101 11011 100110110 11011 111111

Color Harmonies of #BA86B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA86B1

Black with #BA86B1

Text Example


Text Example

White with #BA86B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA86B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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