Html Css Color HEX #BD87BC London Hue

📋 copy color: '#BD87BC'

red 189 ◦ green 135 ◦ blue 188

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

Shades of London Hue #BD87BC

Tints of London Hue #BD87BC

RGB

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

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

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

R = 36.91%
G = 26.37%
B = 36.72%

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

#BD87BC (or 0xBD87BC) is known color: London Hue. HEX triplet: BD, 87 and BC. RGB value is (189,135,188). Sum of RGB (Red+Green+Blue) = 189+135+188=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BD87BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD87BC is #427843. Grayscale: #9D9D9D. Windows color (decimal): -4356164 or 12355517. OLE color: 12355517.

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

Color convert

RGB 189 135 188 -
CMYK 0 0.29 0.01 0.26
HSL 301.11º 0.29% 0.64% -
HSV(B) 301.11º 0.29% 0.74% -
XYZ 38.73 31.78 51.67 -
YUV 157.19 145.39 150.69 -
System Red Green Blue C M Y K H S L
Decimal 189 135 188 0 0.29 0.01 0.26 301.11 0.29 0.64
Hex BD 87 BC 0 1D 1 1A 12D 1D 40
Octal 275 207 274 0 35 1 32 455 35 100
Binary 10111101 10000111 10111100 0 11101 1 11010 100101101 11101 1000000

Color Harmonies of #BD87BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD87BC

Black with #BD87BC

Text Example


Text Example

White with #BD87BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD87BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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