Html Css Color HEX #BD87BB London Hue

📋 copy color: '#BD87BB'

red 189 ◦ green 135 ◦ blue 187

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

Shades of London Hue #BD87BB

Tints of London Hue #BD87BB

RGB

 RED value IS 189 (74.22% from 255) = 36.99%

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

 BLUE value IS 187 (73.44% from 255) = 36.59%

R = 36.99%
G = 26.42%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD87BB (or 0xBD87BB) is known color: London Hue. HEX triplet: BD, 87 and BB. RGB value is (189,135,187). Sum of RGB (Red+Green+Blue) = 189+135+187=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BD87BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD87BB is #427844. Grayscale: #9C9C9C. Windows color (decimal): -4356165 or 12289981. OLE color: 12289981.

HSL color Cylindrical-coordinate representation of color #BD87BB: hue angle of 302.22º 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 #BD87BB is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 135 187 -
CMYK 0 0.29 0.01 0.26
HSL 302.22º 0.29% 0.64% -
HSV(B) 302.22º 0.29% 0.74% -
XYZ 38.62 31.73 51.1 -
YUV 157.07 144.89 150.77 -
System Red Green Blue C M Y K H S L
Decimal 189 135 187 0 0.29 0.01 0.26 302.22 0.29 0.64
Hex BD 87 BB 0 1D 1 1A 12E 1D 40
Octal 275 207 273 0 35 1 32 456 35 100
Binary 10111101 10000111 10111011 0 11101 1 11010 100101110 11101 1000000

Color Harmonies of #BD87BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD87BB

Black with #BD87BB

Text Example


Text Example

White with #BD87BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD87BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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