#bc5392

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

Shades of Mulberry #BC5392

Tints of Mulberry #BC5392

Color information

#BC5392 (or 0xBC5392) is unknown color: approx Mulberry. HEX triplet: BC, 53 and 92. RGB value is (188,83,146). Sum of RGB (Red+Green+Blue) = 188+83+146=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5392 is #43AC6D. Grayscale: #797979. Windows color (decimal): -4435054 or 9589692. OLE color: 9589692.

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

Color convert

RGB18883146-
CMYK00.560.220.26
HSL324º43.93%53.14%-
HSV(B)324º55.85%73.73%-
XYZ29.0218.9529.32-
YUV121.58141.79175.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 83 (32.81% from 255) = 19.90%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=45.08%
G=19.90%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888314600.560.220.2632443.9353.14
HexBC5392038161A1442c35
Octal27412322207026325045465
Binary1011110010100111001001001110001011011010101000100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc5392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc5392; }

 p { color: rgb(188,83,146); }

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

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

 a { background-color: rgb(188,83,146); }

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

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

 span { border-color: rgb(188,83,146); }

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