Html Css Color HEX #BC5996 Mulberry

📋 copy color: '#BC5996'

red 188 ◦ green 89 ◦ blue 150

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

Shades of Mulberry #BC5996

Tints of Mulberry #BC5996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.13%

R = 44.03%
G = 20.84%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC5996 (or 0xBC5996) is known color: Mulberry. HEX triplet: BC, 59 and 96. RGB value is (188,89,150). Sum of RGB (Red+Green+Blue) = 188+89+150=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5996 is #43A669. Grayscale: #7D7D7D. Windows color (decimal): -4433514 or 9853372. OLE color: 9853372.

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

Color convert

RGB 188 89 150 -
CMYK 0 0.53 0.20 0.26
HSL 323.03º 0.42% 0.54% -
HSV(B) 323.03º 0.53% 0.74% -
XYZ 29.82 20.04 31.15 -
YUV 125.56 141.8 172.54 -
System Red Green Blue C M Y K H S L
Decimal 188 89 150 0 0.53 0.20 0.26 323.03 0.42 0.54
Hex BC 59 96 0 35 14 1A 143 2A 36
Octal 274 131 226 0 65 24 32 503 52 66
Binary 10111100 1011001 10010110 0 110101 10100 11010 101000011 101010 110110

Color Harmonies of #BC5996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5996

Black with #BC5996

Text Example


Text Example

White with #BC5996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5996; }

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

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

background-color css

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

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

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

border-color css

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

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

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