#BC4F9C

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

Shades of Mulberry #BC4F9C

Tints of Mulberry #BC4F9C

Color information

#BC4F9C (or 0xBC4F9C) is unknown color: approx Mulberry. HEX triplet: BC, 4F and 9C. RGB value is (188,79,156). Sum of RGB (Red+Green+Blue) = 188+79+156=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4F9C is #43B063. Grayscale: #787878. Windows color (decimal): -4436068 or 10244028. OLE color: 10244028.

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

Color convert

RGB18879156-
CMYK00.580.170.26
HSL317.61º44.86%52.35%-
HSV(B)317.61º57.98%73.73%-
XYZ29.5418.6833.5-
YUV120.37148.11176.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 79 (31.25% from 255) = 18.68%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=44.44%
G=18.68%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887915600.580.170.26317.6144.8652.35
HexBC4F9C03A111A13e2d34
Octal27411723407221324765564
Binary1011110010011111001110001110101000111010100111110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4F9C; }

 p { color: rgb(188,79,156); }

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

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

 a { background-color: rgb(188,79,156); }

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

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

 span { border-color: rgb(188,79,156); }

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