#B25D8B

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

Shades of Mulberry #B25D8B

Tints of Mulberry #B25D8B

Color information

#B25D8B (or 0xB25D8B) is unknown color: approx Mulberry. HEX triplet: B2, 5D and 8B. RGB value is (178,93,139). Sum of RGB (Red+Green+Blue) = 178+93+139=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25D8B is #4DA274. Grayscale: #7B7B7B. Windows color (decimal): -5087861 or 9133490. OLE color: 9133490.

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

Color convert

RGB17893139-
CMYK00.480.220.30
HSL327.53º35.56%53.14%-
HSV(B)327.53º47.75%69.8%-
XYZ26.9319.1626.7-
YUV123.66136.66166.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.41%
GREEN value IS 93 (36.72% from 255) = 22.68%
BLUE value IS 139 (54.69% from 255) = 33.90%
R=43.41%
G=22.68%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789313900.480.220.30327.5335.5653.14
HexB25D8B030161E1482435
Octal26213521306026365104465
Binary1011001010111011000101101100001011011110101001000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25D8B; }

 p { color: rgb(178,93,139); }

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

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

 a { background-color: rgb(178,93,139); }

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

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

 span { border-color: rgb(178,93,139); }

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