Html Css Color HEX #BC4987 Mulberry

📋 copy color: '#BC4987'

red 188 ◦ green 73 ◦ blue 135

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

Shades of Mulberry #BC4987

Tints of Mulberry #BC4987

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.43%

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

R = 47.47%
G = 18.43%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC4987 (or 0xBC4987) is known color: Mulberry. HEX triplet: BC, 49 and 87. RGB value is (188,73,135). Sum of RGB (Red+Green+Blue) = 188+73+135=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4987 is #43B678. Grayscale: #727272. Windows color (decimal): -4437625 or 8866236. OLE color: 8866236.

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

Color convert

RGB 188 73 135 -
CMYK 0 0.61 0.28 0.26
HSL 327.65º 0.46% 0.51% -
HSV(B) 327.65º 0.61% 0.74% -
XYZ 27.49 17.21 24.79 -
YUV 114.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 188 73 135 0 0.61 0.28 0.26 327.65 0.46 0.51
Hex BC 49 87 0 3D 1C 1A 148 2E 33
Octal 274 111 207 0 75 34 32 510 56 63
Binary 10111100 1001001 10000111 0 111101 11100 11010 101001000 101110 110011

Color Harmonies of #BC4987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4987

Black with #BC4987

Text Example


Text Example

White with #BC4987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4987; }

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

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

background-color css

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

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

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

border-color css

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

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

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