Html Css Color HEX #BC4989 Mulberry

📋 copy color: '#BC4989'

red 188 ◦ green 73 ◦ blue 137

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

Shades of Mulberry #BC4989

Tints of Mulberry #BC4989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.42%

R = 47.24%
G = 18.34%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC4989 (or 0xBC4989) is known color: Mulberry. HEX triplet: BC, 49 and 89. RGB value is (188,73,137). Sum of RGB (Red+Green+Blue) = 188+73+137=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4989 is #43B676. Grayscale: #727272. Windows color (decimal): -4437623 or 8997308. OLE color: 8997308.

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

Color convert

RGB 188 73 137 -
CMYK 0 0.61 0.27 0.26
HSL 326.61º 0.46% 0.51% -
HSV(B) 326.61º 0.61% 0.74% -
XYZ 27.64 17.26 25.54 -
YUV 114.68 140.6 180.3 -
System Red Green Blue C M Y K H S L
Decimal 188 73 137 0 0.61 0.27 0.26 326.61 0.46 0.51
Hex BC 49 89 0 3D 1B 1A 147 2E 33
Octal 274 111 211 0 75 33 32 507 56 63
Binary 10111100 1001001 10001001 0 111101 11011 11010 101000111 101110 110011

Color Harmonies of #BC4989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4989

Black with #BC4989

Text Example


Text Example

White with #BC4989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4989; }

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

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

background-color css

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

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

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

border-color css

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

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

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