Html Css Color HEX #BC87B7 London Hue

📋 copy color: '#BC87B7'

red 188 ◦ green 135 ◦ blue 183

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

Shades of London Hue #BC87B7

Tints of London Hue #BC87B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.17%

R = 37.15%
G = 26.68%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC87B7 (or 0xBC87B7) is known color: London Hue. HEX triplet: BC, 87 and B7. RGB value is (188,135,183). Sum of RGB (Red+Green+Blue) = 188+135+183=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BC87B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87B7 is #437848. Grayscale: #9C9C9C. Windows color (decimal): -4421705 or 12027836. OLE color: 12027836.

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

Color convert

RGB 188 135 183 -
CMYK 0 0.28 0.03 0.26
HSL 305.66º 0.28% 0.63% -
HSV(B) 305.66º 0.28% 0.74% -
XYZ 37.95 31.44 48.87 -
YUV 156.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 188 135 183 0 0.28 0.03 0.26 305.66 0.28 0.63
Hex BC 87 B7 0 1C 3 1A 132 1C 3F
Octal 274 207 267 0 34 3 32 462 34 77
Binary 10111100 10000111 10110111 0 11100 11 11010 100110010 11100 111111

Color Harmonies of #BC87B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC87B7

Black with #BC87B7

Text Example


Text Example

White with #BC87B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC87B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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