Html Css Color HEX #BC87BC London Hue

📋 copy color: '#BC87BC'

red 188 ◦ green 135 ◦ blue 188

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

Shades of London Hue #BC87BC

Tints of London Hue #BC87BC

RGB

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

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

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

R = 36.79%
G = 26.42%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC87BC (or 0xBC87BC) is known color: London Hue. HEX triplet: BC, 87 and BC. RGB value is (188,135,188). Sum of RGB (Red+Green+Blue) = 188+135+188=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC87BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87BC is #437843. Grayscale: #9C9C9C. Windows color (decimal): -4421700 or 12355516. OLE color: 12355516.

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

Color convert

RGB 188 135 188 -
CMYK 0 0.28 0 0.26
HSL 300º 0.28% 0.63% -
HSV(B) 300º 0.28% 0.74% -
XYZ 38.48 31.65 51.66 -
YUV 156.89 145.56 150.19 -
System Red Green Blue C M Y K H S L
Decimal 188 135 188 0 0.28 0 0.26 300 0.28 0.63
Hex BC 87 BC 0 1C 0 1A 12C 1C 3F
Octal 274 207 274 0 34 0 32 454 34 77
Binary 10111100 10000111 10111100 0 11100 0 11010 100101100 11100 111111

Color Harmonies of #BC87BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC87BC

Black with #BC87BC

Text Example


Text Example

White with #BC87BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC87BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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