Html Css Color HEX #BA87BC London Hue

📋 copy color: '#BA87BC'

red 186 ◦ green 135 ◦ blue 188

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

Shades of London Hue #BA87BC

Tints of London Hue #BA87BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.94%

R = 36.54%
G = 26.52%
B = 36.94%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA87BC (or 0xBA87BC) is known color: London Hue. HEX triplet: BA, 87 and BC. RGB value is (186,135,188). Sum of RGB (Red+Green+Blue) = 186+135+188=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA87BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87BC is #457843. Grayscale: #9C9C9C. Windows color (decimal): -4552772 or 12355514. OLE color: 12355514.

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

Color convert

RGB 186 135 188 -
CMYK 0.01 0.28 0 0.26
HSL 297.74º 0.28% 0.63% -
HSV(B) 297.74º 0.28% 0.74% -
XYZ 37.99 31.4 51.64 -
YUV 156.29 145.9 149.19 -
System Red Green Blue C M Y K H S L
Decimal 186 135 188 0.01 0.28 0 0.26 297.74 0.28 0.63
Hex BA 87 BC 1 1C 0 1A 12A 1C 3F
Octal 272 207 274 1 34 0 32 452 34 77
Binary 10111010 10000111 10111100 1 11100 0 11010 100101010 11100 111111

Color Harmonies of #BA87BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA87BC

Black with #BA87BC

Text Example


Text Example

White with #BA87BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA87BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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