Html Css Color HEX #BA87BD London Hue

📋 copy color: '#BA87BD'

red 186 ◦ green 135 ◦ blue 189

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

Shades of London Hue #BA87BD

Tints of London Hue #BA87BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.06%

R = 36.47%
G = 26.47%
B = 37.06%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA87BD (or 0xBA87BD) is known color: London Hue. HEX triplet: BA, 87 and BD. RGB value is (186,135,189). Sum of RGB (Red+Green+Blue) = 186+135+189=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA87BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87BD is #457842. Grayscale: #9C9C9C. Windows color (decimal): -4552771 or 12421050. OLE color: 12421050.

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

Color convert

RGB 186 135 189 -
CMYK 0.02 0.29 0 0.26
HSL 296.67º 0.29% 0.64% -
HSV(B) 296.67º 0.29% 0.74% -
XYZ 38.1 31.44 52.2 -
YUV 156.41 146.4 149.11 -
System Red Green Blue C M Y K H S L
Decimal 186 135 189 0.02 0.29 0 0.26 296.67 0.29 0.64
Hex BA 87 BD 2 1D 0 1A 129 1D 40
Octal 272 207 275 2 35 0 32 451 35 100
Binary 10111010 10000111 10111101 10 11101 0 11010 100101001 11101 1000000

Color Harmonies of #BA87BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA87BD

Black with #BA87BD

Text Example


Text Example

White with #BA87BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA87BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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