#B25C8F

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

Shades of Mulberry #B25C8F

Tints of Mulberry #B25C8F

Color information

#B25C8F (or 0xB25C8F) is unknown color: approx Mulberry. HEX triplet: B2, 5C and 8F. RGB value is (178,92,143). Sum of RGB (Red+Green+Blue) = 178+92+143=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25C8F is #4DA370. Grayscale: #7B7B7B. Windows color (decimal): -5088113 or 9395378. OLE color: 9395378.

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

Color convert

RGB17892143-
CMYK00.480.200.30
HSL324.42º35.83%52.94%-
HSV(B)324.42º48.31%69.8%-
XYZ27.1519.128.24-
YUV123.53138.99166.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 92 (36.33% from 255) = 22.28%
BLUE value IS 143 (56.25% from 255) = 34.62%
R=43.10%
G=22.28%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789214300.480.200.30324.4235.8352.94
HexB25C8F030141E1442435
Octal26213421706024365044465
Binary1011001010111001000111101100001010011110101000100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25C8F; }

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

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

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

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

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

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

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

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