#B25E94

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

Shades of Mulberry #B25E94

Tints of Mulberry #B25E94

Color information

#B25E94 (or 0xB25E94) is unknown color: approx Mulberry. HEX triplet: B2, 5E and 94. RGB value is (178,94,148). Sum of RGB (Red+Green+Blue) = 178+94+148=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25E94 is #4DA16B. Grayscale: #7D7D7D. Windows color (decimal): -5087596 or 9723570. OLE color: 9723570.

HSL color Cylindrical-coordinate representation of color #B25E94: hue angle of 321.43º 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 #B25E94 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB17894148-
CMYK00.470.170.30
HSL321.43º35.29%53.33%-
HSV(B)321.43º47.19%69.8%-
XYZ27.7119.6130.34-
YUV125.27140.83165.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 94 (37.11% from 255) = 22.38%
BLUE value IS 148 (58.20% from 255) = 35.24%
R=42.38%
G=22.38%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789414800.470.170.30321.4335.2953.33
HexB25E9402F111E1412335
Octal26213622405721365014365
Binary1011001010111101001010001011111000111110101000001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25E94; }

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

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

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

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

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

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

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

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