#B25C98

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

Shades of Mulberry #B25C98

Tints of Mulberry #B25C98

Color information

#B25C98 (or 0xB25C98) is unknown color: approx Mulberry. HEX triplet: B2, 5C and 98. RGB value is (178,92,152). Sum of RGB (Red+Green+Blue) = 178+92+152=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25C98 is #4DA367. Grayscale: #7C7C7C. Windows color (decimal): -5088104 or 9985202. OLE color: 9985202.

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

Color convert

RGB17892152-
CMYK00.480.150.30
HSL318.14º35.83%52.94%-
HSV(B)318.14º48.31%69.8%-
XYZ27.8519.3931.98-
YUV124.55143.49166.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 92 (36.33% from 255) = 21.80%
BLUE value IS 152 (59.77% from 255) = 36.02%
R=42.18%
G=21.80%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789215200.480.150.30318.1435.8352.94
HexB25C98030F1E13e2435
Octal26213423006017364764465
Binary101100101011100100110000110000111111110100111110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25C98; }

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

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

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

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

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

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

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

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