Html Css Color HEX #BC5993 Mulberry

📋 copy color: '#BC5993'

red 188 ◦ green 89 ◦ blue 147

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

Shades of Mulberry #BC5993

Tints of Mulberry #BC5993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.67%

R = 44.34%
G = 20.99%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC5993 (or 0xBC5993) is known color: Mulberry. HEX triplet: BC, 59 and 93. RGB value is (188,89,147). Sum of RGB (Red+Green+Blue) = 188+89+147=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5993 is #43A66C. Grayscale: #7D7D7D. Windows color (decimal): -4433517 or 9656764. OLE color: 9656764.

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

Color convert

RGB 188 89 147 -
CMYK 0 0.53 0.22 0.26
HSL 324.85º 0.42% 0.54% -
HSV(B) 324.85º 0.53% 0.74% -
XYZ 29.58 19.94 29.89 -
YUV 125.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 188 89 147 0 0.53 0.22 0.26 324.85 0.42 0.54
Hex BC 59 93 0 35 16 1A 145 2A 36
Octal 274 131 223 0 65 26 32 505 52 66
Binary 10111100 1011001 10010011 0 110101 10110 11010 101000101 101010 110110

Color Harmonies of #BC5993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5993

Black with #BC5993

Text Example


Text Example

White with #BC5993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5993; }

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

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

background-color css

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

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

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

border-color css

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

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

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