Html Css Color HEX #BD87BA London Hue

📋 copy color: '#BD87BA'

red 189 ◦ green 135 ◦ blue 186

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

Shades of London Hue #BD87BA

Tints of London Hue #BD87BA

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

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

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

Color convert

RGB 189 135 186 -
CMYK 0 0.29 0.02 0.26
HSL 303.33º 0.29% 0.64% -
HSV(B) 303.33º 0.29% 0.74% -
XYZ 38.51 31.69 50.54 -
YUV 156.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 189 135 186 0 0.29 0.02 0.26 303.33 0.29 0.64
Hex BD 87 BA 0 1D 2 1A 12F 1D 40
Octal 275 207 272 0 35 2 32 457 35 100
Binary 10111101 10000111 10111010 0 11101 10 11010 100101111 11101 1000000

Color Harmonies of #BD87BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD87BA

Black with #BD87BA

Text Example


Text Example

White with #BD87BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD87BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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