#B25197

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

Shades of Mulberry #B25197

Tints of Mulberry #B25197

Color information

#B25197 (or 0xB25197) is unknown color: approx Mulberry. HEX triplet: B2, 51 and 97. RGB value is (178,81,151). Sum of RGB (Red+Green+Blue) = 178+81+151=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B25197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25197 is #4DAE68. Grayscale: #757575. Windows color (decimal): -5090921 or 9916850. OLE color: 9916850.

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

Color convert

RGB17881151-
CMYK00.540.150.30
HSL316.7º38.65%50.78%-
HSV(B)316.7º54.49%69.8%-
XYZ26.8917.5831.26-
YUV117.98146.64170.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.41%
GREEN value IS 81 (32.03% from 255) = 19.76%
BLUE value IS 151 (59.38% from 255) = 36.83%
R=43.41%
G=19.76%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788115100.540.150.30316.738.6550.78
HexB25197036F1E13d2733
Octal26212122706617364754763
Binary101100101010001100101110110110111111110100111101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25197; }

 p { color: rgb(178,81,151); }

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

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

 a { background-color: rgb(178,81,151); }

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

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

 span { border-color: rgb(178,81,151); }

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