#BC458E

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

Shades of Mulberry #BC458E

Tints of Mulberry #BC458E

Color information

#BC458E (or 0xBC458E) is unknown color: approx Mulberry. HEX triplet: BC, 45 and 8E. RGB value is (188,69,142). Sum of RGB (Red+Green+Blue) = 188+69+142=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC458E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC458E is #43BA71. Grayscale: #707070. Windows color (decimal): -4438642 or 9323964. OLE color: 9323964.

HSL color Cylindrical-coordinate representation of color #BC458E: hue angle of 323.19º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC458E is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB18869142-
CMYK00.630.240.26
HSL323.19º47.04%50.39%-
HSV(B)323.19º63.3%73.73%-
XYZ27.7516.927.39-
YUV112.9144.42181.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 69 (27.34% from 255) = 17.29%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=47.12%
G=17.29%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886914200.630.240.26323.1947.0450.39
HexBC458E03F181A1432f32
Octal27410521607730325035762
Binary1011110010001011000111001111111100011010101000011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC458E; }

 p { color: rgb(188,69,142); }

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

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

 a { background-color: rgb(188,69,142); }

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

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

 span { border-color: rgb(188,69,142); }

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