#B25398

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

Shades of Mulberry #B25398

Tints of Mulberry #B25398

Color information

#B25398 (or 0xB25398) is unknown color: approx Mulberry. HEX triplet: B2, 53 and 98. RGB value is (178,83,152). Sum of RGB (Red+Green+Blue) = 178+83+152=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B25398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25398 is #4DAC67. Grayscale: #777777. Windows color (decimal): -5090408 or 9982898. OLE color: 9982898.

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

Color convert

RGB17883152-
CMYK00.530.150.30
HSL316.42º38.15%51.18%-
HSV(B)316.42º53.37%69.8%-
XYZ27.1217.9231.73-
YUV119.27146.47169.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 83 (32.81% from 255) = 20.10%
BLUE value IS 152 (59.77% from 255) = 36.80%
R=43.10%
G=20.10%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788315200.530.150.30316.4238.1551.18
HexB25398035F1E13c2633
Octal26212323006517364744663
Binary101100101010011100110000110101111111110100111100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25398; }

 p { color: rgb(178,83,152); }

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

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

 a { background-color: rgb(178,83,152); }

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

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

 span { border-color: rgb(178,83,152); }

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