#B25093

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

Shades of Mulberry #B25093

Tints of Mulberry #B25093

Color information

#B25093 (or 0xB25093) is unknown color: approx Mulberry. HEX triplet: B2, 50 and 93. RGB value is (178,80,147). Sum of RGB (Red+Green+Blue) = 178+80+147=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B25093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25093 is #4DAF6C. Grayscale: #747474. Windows color (decimal): -5091181 or 9654450. OLE color: 9654450.

HSL color Cylindrical-coordinate representation of color #B25093: hue angle of 318.98º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B25093 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB17880147-
CMYK00.550.170.30
HSL318.98º38.89%50.59%-
HSV(B)318.98º55.06%69.8%-
XYZ26.517.3129.55-
YUV116.94144.97171.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 80 (31.64% from 255) = 19.75%
BLUE value IS 147 (57.81% from 255) = 36.30%
R=43.95%
G=19.75%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788014700.550.170.30318.9838.8950.59
HexB25093037111E13f2733
Octal26212022306721364774763
Binary1011001010100001001001101101111000111110100111111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25093; }

 p { color: rgb(178,80,147); }

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

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

 a { background-color: rgb(178,80,147); }

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

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

 span { border-color: rgb(178,80,147); }

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