#bc5095

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

Shades of Mulberry #BC5095

Tints of Mulberry #BC5095

Color information

#BC5095 (or 0xBC5095) is unknown color: approx Mulberry. HEX triplet: BC, 50 and 95. RGB value is (188,80,149). Sum of RGB (Red+Green+Blue) = 188+80+149=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5095 is #43AF6A. Grayscale: #777777. Windows color (decimal): -4435819 or 9785532. OLE color: 9785532.

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

Color convert

RGB18880149-
CMYK00.570.210.26
HSL321.67º44.63%52.55%-
HSV(B)321.67º57.45%73.73%-
XYZ29.0318.630.49-
YUV120.16144.28176.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 80 (31.64% from 255) = 19.18%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=45.08%
G=19.18%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888014900.570.210.26321.6744.6352.55
HexBC5095039151A1422d35
Octal27412022507125325025565
Binary1011110010100001001010101110011010111010101000010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc5095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc5095; }

 p { color: rgb(188,80,149); }

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

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

 a { background-color: rgb(188,80,149); }

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

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

 span { border-color: rgb(188,80,149); }

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