#B05F8D

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

Shades of Mulberry #B05F8D

Tints of Mulberry #B05F8D

Color information

#B05F8D (or 0xB05F8D) is unknown color: approx Mulberry. HEX triplet: B0, 5F and 8D. RGB value is (176,95,141). Sum of RGB (Red+Green+Blue) = 176+95+141=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05F8D is #4FA072. Grayscale: #7C7C7C. Windows color (decimal): -5218419 or 9265072. OLE color: 9265072.

HSL color Cylindrical-coordinate representation of color #B05F8D: hue angle of 325.93º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B05F8D is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB17695141-
CMYK00.460.200.31
HSL325.93º33.89%53.14%-
HSV(B)325.93º46.02%69.02%-
XYZ26.819.3427.52-
YUV124.46137.34164.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 95 (37.5% from 255) = 23.06%
BLUE value IS 141 (55.47% from 255) = 34.22%
R=42.72%
G=23.06%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769514100.460.200.31325.9333.8953.14
HexB05F8D02E141F1462235
Octal26013721505624375064265
Binary1011000010111111000110101011101010011111101000110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05F8D; }

 p { color: rgb(176,95,141); }

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

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

 a { background-color: rgb(176,95,141); }

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

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

 span { border-color: rgb(176,95,141); }

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