Html Css Color HEX #BC87BD London Hue

📋 copy color: '#BC87BD'

red 188 ◦ green 135 ◦ blue 189

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

Shades of London Hue #BC87BD

Tints of London Hue #BC87BD

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

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

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

Color convert

RGB 188 135 189 -
CMYK 0.01 0.29 0 0.26
HSL 298.89º 0.29% 0.64% -
HSV(B) 298.89º 0.29% 0.74% -
XYZ 38.59 31.69 52.23 -
YUV 157 146.06 150.11 -
System Red Green Blue C M Y K H S L
Decimal 188 135 189 0.01 0.29 0 0.26 298.89 0.29 0.64
Hex BC 87 BD 1 1D 0 1A 12B 1D 40
Octal 274 207 275 1 35 0 32 453 35 100
Binary 10111100 10000111 10111101 1 11101 0 11010 100101011 11101 1000000

Color Harmonies of #BC87BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC87BD

Black with #BC87BD

Text Example


Text Example

White with #BC87BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC87BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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