Html Css Color HEX #BC4887 Mulberry

📋 copy color: '#BC4887'

red 188 ◦ green 72 ◦ blue 135

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

Shades of Mulberry #BC4887

Tints of Mulberry #BC4887

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.23%

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

R = 47.59%
G = 18.23%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC4887 (or 0xBC4887) is known color: Mulberry. HEX triplet: BC, 48 and 87. RGB value is (188,72,135). Sum of RGB (Red+Green+Blue) = 188+72+135=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4887 is #43B778. Grayscale: #717171. Windows color (decimal): -4437881 or 8865980. OLE color: 8865980.

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

Color convert

RGB 188 72 135 -
CMYK 0 0.62 0.28 0.26
HSL 327.41º 0.46% 0.51% -
HSV(B) 327.41º 0.62% 0.74% -
XYZ 27.43 17.08 24.77 -
YUV 113.87 139.93 180.88 -
System Red Green Blue C M Y K H S L
Decimal 188 72 135 0 0.62 0.28 0.26 327.41 0.46 0.51
Hex BC 48 87 0 3E 1C 1A 147 2E 33
Octal 274 110 207 0 76 34 32 507 56 63
Binary 10111100 1001000 10000111 0 111110 11100 11010 101000111 101110 110011

Color Harmonies of #BC4887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4887

Black with #BC4887

Text Example


Text Example

White with #BC4887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4887; }

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

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

background-color css

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

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

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

border-color css

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

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

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