Html Css Color HEX #BC5487 Mulberry

📋 copy color: '#BC5487'

red 188 ◦ green 84 ◦ blue 135

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

Shades of Mulberry #BC5487

Tints of Mulberry #BC5487

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.64%

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

R = 46.19%
G = 20.64%
B = 33.17%

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

#BC5487 (or 0xBC5487) is known color: Mulberry. HEX triplet: BC, 54 and 87. RGB value is (188,84,135). Sum of RGB (Red+Green+Blue) = 188+84+135=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5487 is #43AB78. Grayscale: #787878. Windows color (decimal): -4434809 or 8869052. OLE color: 8869052.

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

Color convert

RGB 188 84 135 -
CMYK 0 0.55 0.28 0.26
HSL 330.58º 0.44% 0.53% -
HSV(B) 330.58º 0.55% 0.74% -
XYZ 28.28 18.78 25.06 -
YUV 120.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 188 84 135 0 0.55 0.28 0.26 330.58 0.44 0.53
Hex BC 54 87 0 37 1C 1A 14B 2C 35
Octal 274 124 207 0 67 34 32 513 54 65
Binary 10111100 1010100 10000111 0 110111 11100 11010 101001011 101100 110101

Color Harmonies of #BC5487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5487

Black with #BC5487

Text Example


Text Example

White with #BC5487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5487; }

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

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

background-color css

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

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

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

border-color css

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

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

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