Html Css Color HEX #BC5587 Mulberry

📋 copy color: '#BC5587'

red 188 ◦ green 85 ◦ blue 135

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

Shades of Mulberry #BC5587

Tints of Mulberry #BC5587

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.83%

 BLUE value IS 135 (53.13% from 255) = 33.09%

R = 46.08%
G = 20.83%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC5587 (or 0xBC5587) is known color: Mulberry. HEX triplet: BC, 55 and 87. RGB value is (188,85,135). Sum of RGB (Red+Green+Blue) = 188+85+135=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5587 is #43AA78. Grayscale: #797979. Windows color (decimal): -4434553 or 8869308. OLE color: 8869308.

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

Color convert

RGB 188 85 135 -
CMYK 0 0.55 0.28 0.26
HSL 330.87º 0.43% 0.54% -
HSV(B) 330.87º 0.55% 0.74% -
XYZ 28.36 18.94 25.08 -
YUV 121.5 135.62 175.43 -
System Red Green Blue C M Y K H S L
Decimal 188 85 135 0 0.55 0.28 0.26 330.87 0.43 0.54
Hex BC 55 87 0 37 1C 1A 14B 2B 36
Octal 274 125 207 0 67 34 32 513 53 66
Binary 10111100 1010101 10000111 0 110111 11100 11010 101001011 101011 110110

Color Harmonies of #BC5587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5587

Black with #BC5587

Text Example


Text Example

White with #BC5587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5587; }

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

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

background-color css

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

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

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

border-color css

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

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

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