#B25098

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

Shades of Mulberry #B25098

Tints of Mulberry #B25098

Color information

#B25098 (or 0xB25098) is unknown color: approx Mulberry. HEX triplet: B2, 50 and 98. RGB value is (178,80,152). Sum of RGB (Red+Green+Blue) = 178+80+152=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B25098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25098 is #4DAF67. Grayscale: #757575. Windows color (decimal): -5091176 or 9982130. OLE color: 9982130.

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

Color convert

RGB17880152-
CMYK00.550.150.30
HSL315.92º38.89%50.59%-
HSV(B)315.92º55.06%69.8%-
XYZ26.917.4731.66-
YUV117.51147.47171.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.41%
GREEN value IS 80 (31.64% from 255) = 19.51%
BLUE value IS 152 (59.77% from 255) = 37.07%
R=43.41%
G=19.51%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788015200.550.150.30315.9238.8950.59
HexB25098037F1E13c2733
Octal26212023006717364744763
Binary101100101010000100110000110111111111110100111100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25098; }

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

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

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

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

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

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

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

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