Html Css Color HEX #BC4996 Mulberry

📋 copy color: '#BC4996'

red 188 ◦ green 73 ◦ blue 150

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

Shades of Mulberry #BC4996

Tints of Mulberry #BC4996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.76%

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

R = 45.74%
G = 17.76%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC4996 (or 0xBC4996) is known color: Mulberry. HEX triplet: BC, 49 and 96. RGB value is (188,73,150). Sum of RGB (Red+Green+Blue) = 188+73+150=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4996 is #43B669. Grayscale: #737373. Windows color (decimal): -4437610 or 9849276. OLE color: 9849276.

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

Color convert

RGB 188 73 150 -
CMYK 0 0.61 0.20 0.26
HSL 319.83º 0.46% 0.51% -
HSV(B) 319.83º 0.61% 0.74% -
XYZ 28.63 17.66 30.75 -
YUV 116.16 147.1 179.24 -
System Red Green Blue C M Y K H S L
Decimal 188 73 150 0 0.61 0.20 0.26 319.83 0.46 0.51
Hex BC 49 96 0 3D 14 1A 140 2E 33
Octal 274 111 226 0 75 24 32 500 56 63
Binary 10111100 1001001 10010110 0 111101 10100 11010 101000000 101110 110011

Color Harmonies of #BC4996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4996

Black with #BC4996

Text Example


Text Example

White with #BC4996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4996; }

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

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

background-color css

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

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

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

border-color css

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

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

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