#BC4D98

Color #BC4D98 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #BC4D98

Tints of Mulberry #BC4D98

Color information

#BC4D98 (or 0xBC4D98) is unknown color: approx Mulberry. HEX triplet: BC, 4D and 98. RGB value is (188,77,152). Sum of RGB (Red+Green+Blue) = 188+77+152=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4D98 is #43B267. Grayscale: #767676. Windows color (decimal): -4436584 or 9981372. OLE color: 9981372.

HSL color Cylindrical-coordinate representation of color #BC4D98: hue angle of 319.46º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4D98 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB18877152-
CMYK00.590.190.26
HSL319.46º45.31%51.96%-
HSV(B)319.46º59.04%73.73%-
XYZ29.0618.2731.7-
YUV118.74146.77177.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 77 (30.47% from 255) = 18.47%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=45.08%
G=18.47%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887715200.590.190.26319.4645.3151.96
HexBC4D9803B131A13f2d34
Octal27411523007323324775564
Binary1011110010011011001100001110111001111010100111111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4D98; }

 p { color: rgb(188,77,152); }

 H1.HeaderClassName
 {
   color: #BC4D98;
 }
 .AnyTagClassName
 {
   color: #BC4D98;
 }
</style>
background-color css

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

 a { background-color: rgb(188,77,152); }

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

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

 span { border-color: rgb(188,77,152); }

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