#bc4a9b

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

Shades of Mulberry #BC4A9B

Tints of Mulberry #BC4A9B

Color information

#BC4A9B (or 0xBC4A9B) is unknown color: approx Mulberry. HEX triplet: BC, 4A and 9B. RGB value is (188,74,155). Sum of RGB (Red+Green+Blue) = 188+74+155=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4A9B is #43B564. Grayscale: #757575. Windows color (decimal): -4437349 or 10177212. OLE color: 10177212.

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

Color convert

RGB18874155-
CMYK00.610.180.26
HSL317.37º45.97%51.37%-
HSV(B)317.37º60.64%73.73%-
XYZ29.117.9632.94-
YUV117.32149.27178.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 74 (29.30% from 255) = 17.75%
BLUE value IS 155 (60.94% from 255) = 37.17%
R=45.08%
G=17.75%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887415500.610.180.26317.3745.9751.37
HexBC4A9B03D121A13d2e33
Octal27411223307522324755663
Binary1011110010010101001101101111011001011010100111101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc4a9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc4a9b; }

 p { color: rgb(188,74,155); }

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

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

 a { background-color: rgb(188,74,155); }

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

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

 span { border-color: rgb(188,74,155); }

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