Html Css Color HEX #BC87B2 London Hue

📋 copy color: '#BC87B2'

red 188 ◦ green 135 ◦ blue 178

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

Shades of London Hue #BC87B2

Tints of London Hue #BC87B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.53%

R = 37.52%
G = 26.95%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC87B2 (or 0xBC87B2) is known color: London Hue. HEX triplet: BC, 87 and B2. RGB value is (188,135,178). Sum of RGB (Red+Green+Blue) = 188+135+178=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC87B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC87B2 is #43784D. Grayscale: #9B9B9B. Windows color (decimal): -4421710 or 11700156. OLE color: 11700156.

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

Color convert

RGB 188 135 178 -
CMYK 0 0.28 0.05 0.26
HSL 311.32º 0.28% 0.63% -
HSV(B) 311.32º 0.28% 0.74% -
XYZ 37.44 31.23 46.17 -
YUV 155.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 188 135 178 0 0.28 0.05 0.26 311.32 0.28 0.63
Hex BC 87 B2 0 1C 5 1A 137 1C 3F
Octal 274 207 262 0 34 5 32 467 34 77
Binary 10111100 10000111 10110010 0 11100 101 11010 100110111 11100 111111

Color Harmonies of #BC87B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC87B2

Black with #BC87B2

Text Example


Text Example

White with #BC87B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC87B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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