Html Css Color HEX #BC5988 Mulberry

📋 copy color: '#BC5988'

red 188 ◦ green 89 ◦ blue 136

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

Shades of Mulberry #BC5988

Tints of Mulberry #BC5988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.55%

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

R = 45.52%
G = 21.55%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC5988 (or 0xBC5988) is known color: Mulberry. HEX triplet: BC, 59 and 88. RGB value is (188,89,136). Sum of RGB (Red+Green+Blue) = 188+89+136=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5988 is #43A677. Grayscale: #7B7B7B. Windows color (decimal): -4433528 or 8935868. OLE color: 8935868.

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

Color convert

RGB 188 89 136 -
CMYK 0 0.53 0.28 0.26
HSL 331.52º 0.42% 0.54% -
HSV(B) 331.52º 0.53% 0.74% -
XYZ 28.76 19.61 25.56 -
YUV 123.96 134.8 173.68 -
System Red Green Blue C M Y K H S L
Decimal 188 89 136 0 0.53 0.28 0.26 331.52 0.42 0.54
Hex BC 59 88 0 35 1C 1A 14C 2A 36
Octal 274 131 210 0 65 34 32 514 52 66
Binary 10111100 1011001 10001000 0 110101 11100 11010 101001100 101010 110110

Color Harmonies of #BC5988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5988

Black with #BC5988

Text Example


Text Example

White with #BC5988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5988; }

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

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

background-color css

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

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

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

border-color css

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

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

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