#B05D94

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

Shades of Mulberry #B05D94

Tints of Mulberry #B05D94

Color information

#B05D94 (or 0xB05D94) is unknown color: approx Mulberry. HEX triplet: B0, 5D and 94. RGB value is (176,93,148). Sum of RGB (Red+Green+Blue) = 176+93+148=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05D94 is #4FA26B. Grayscale: #7B7B7B. Windows color (decimal): -5218924 or 9723312. OLE color: 9723312.

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

Color convert

RGB17693148-
CMYK00.470.160.31
HSL320.24º34.44%52.75%-
HSV(B)320.24º47.16%69.02%-
XYZ27.1619.230.29-
YUV124.09141.5165.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 93 (36.72% from 255) = 22.30%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=42.21%
G=22.30%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769314800.470.160.31320.2434.4452.75
HexB05D9402F101F1402235
Octal26013522405720375004265
Binary1011000010111011001010001011111000011111101000000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05D94; }

 p { color: rgb(176,93,148); }

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

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

 a { background-color: rgb(176,93,148); }

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

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

 span { border-color: rgb(176,93,148); }

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