#B25F8C

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

Shades of Mulberry #B25F8C

Tints of Mulberry #B25F8C

Color information

#B25F8C (or 0xB25F8C) is unknown color: approx Mulberry. HEX triplet: B2, 5F and 8C. RGB value is (178,95,140). Sum of RGB (Red+Green+Blue) = 178+95+140=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25F8C is #4DA073. Grayscale: #7C7C7C. Windows color (decimal): -5087348 or 9199538. OLE color: 9199538.

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

Color convert

RGB17895140-
CMYK00.470.210.30
HSL327.47º35.02%53.53%-
HSV(B)327.47º46.63%69.8%-
XYZ27.1919.5427.15-
YUV124.95136.5165.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 95 (37.5% from 255) = 23.00%
BLUE value IS 140 (55.08% from 255) = 33.90%
R=43.10%
G=23.00%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789514000.470.210.30327.4735.0253.53
HexB25F8C02F151E1472336
Octal26213721405725365074366
Binary1011001010111111000110001011111010111110101000111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25F8C; }

 p { color: rgb(178,95,140); }

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

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

 a { background-color: rgb(178,95,140); }

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

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

 span { border-color: rgb(178,95,140); }

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