Html Css Color HEX #BC87B3 London Hue

📋 copy color: '#BC87B3'

red 188 ◦ green 135 ◦ blue 179

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

Shades of London Hue #BC87B3

Tints of London Hue #BC87B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.66%

R = 37.45%
G = 26.89%
B = 35.66%

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

#BC87B3 (or 0xBC87B3) is known color: London Hue. HEX triplet: BC, 87 and B3. RGB value is (188,135,179). Sum of RGB (Red+Green+Blue) = 188+135+179=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC87B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87B3 is #43784C. Grayscale: #9B9B9B. Windows color (decimal): -4421709 or 11765692. OLE color: 11765692.

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

Color convert

RGB 188 135 179 -
CMYK 0 0.28 0.05 0.26
HSL 310.19º 0.28% 0.63% -
HSV(B) 310.19º 0.28% 0.74% -
XYZ 37.54 31.27 46.71 -
YUV 155.86 141.06 150.92 -
System Red Green Blue C M Y K H S L
Decimal 188 135 179 0 0.28 0.05 0.26 310.19 0.28 0.63
Hex BC 87 B3 0 1C 5 1A 136 1C 3F
Octal 274 207 263 0 34 5 32 466 34 77
Binary 10111100 10000111 10110011 0 11100 101 11010 100110110 11100 111111

Color Harmonies of #BC87B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC87B3

Black with #BC87B3

Text Example


Text Example

White with #BC87B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC87B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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