Html Css Color HEX #BC4888 Mulberry

📋 copy color: '#BC4888'

red 188 ◦ green 72 ◦ blue 136

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

Shades of Mulberry #BC4888

Tints of Mulberry #BC4888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.34%

R = 47.47%
G = 18.18%
B = 34.34%

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

#BC4888 (or 0xBC4888) is known color: Mulberry. HEX triplet: BC, 48 and 88. RGB value is (188,72,136). Sum of RGB (Red+Green+Blue) = 188+72+136=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4888 is #43B777. Grayscale: #717171. Windows color (decimal): -4437880 or 8931516. OLE color: 8931516.

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

Color convert

RGB 188 72 136 -
CMYK 0 0.62 0.28 0.26
HSL 326.9º 0.46% 0.51% -
HSV(B) 326.9º 0.62% 0.74% -
XYZ 27.5 17.1 25.14 -
YUV 113.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 188 72 136 0 0.62 0.28 0.26 326.9 0.46 0.51
Hex BC 48 88 0 3E 1C 1A 147 2E 33
Octal 274 110 210 0 76 34 32 507 56 63
Binary 10111100 1001000 10001000 0 111110 11100 11010 101000111 101110 110011

Color Harmonies of #BC4888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4888

Black with #BC4888

Text Example


Text Example

White with #BC4888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4888; }

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

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

background-color css

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

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

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

border-color css

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

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

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