#B25E95

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

Shades of Mulberry #B25E95

Tints of Mulberry #B25E95

Color information

#B25E95 (or 0xB25E95) is unknown color: approx Mulberry. HEX triplet: B2, 5E and 95. RGB value is (178,94,149). Sum of RGB (Red+Green+Blue) = 178+94+149=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25E95 is #4DA16A. Grayscale: #7D7D7D. Windows color (decimal): -5087595 or 9789106. OLE color: 9789106.

HSL color Cylindrical-coordinate representation of color #B25E95: hue angle of 320.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B25E95 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB17894149-
CMYK00.470.160.30
HSL320.71º35.29%53.33%-
HSV(B)320.71º47.19%69.8%-
XYZ27.7919.6430.76-
YUV125.39141.33165.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.28%
GREEN value IS 94 (37.11% from 255) = 22.33%
BLUE value IS 149 (58.59% from 255) = 35.39%
R=42.28%
G=22.33%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789414900.470.160.30320.7135.2953.33
HexB25E9502F101E1412335
Octal26213622505720365014365
Binary1011001010111101001010101011111000011110101000001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25E95; }

 p { color: rgb(178,94,149); }

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

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

 a { background-color: rgb(178,94,149); }

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

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

 span { border-color: rgb(178,94,149); }

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