#B05A8B

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

Shades of Mulberry #B05A8B

Tints of Mulberry #B05A8B

Color information

#B05A8B (or 0xB05A8B) is unknown color: approx Mulberry. HEX triplet: B0, 5A and 8B. RGB value is (176,90,139). Sum of RGB (Red+Green+Blue) = 176+90+139=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05A8B is #4FA574. Grayscale: #797979. Windows color (decimal): -5219701 or 9132720. OLE color: 9132720.

HSL color Cylindrical-coordinate representation of color #B05A8B: hue angle of 325.81º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05A8B is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17690139-
CMYK00.490.210.31
HSL325.81º35.25%52.16%-
HSV(B)325.81º48.86%69.02%-
XYZ26.2218.4126.6-
YUV121.3137.99167.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 90 (35.55% from 255) = 22.22%
BLUE value IS 139 (54.69% from 255) = 34.32%
R=43.46%
G=22.22%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769013900.490.210.31325.8135.2552.16
HexB05A8B031151F1462334
Octal26013221306125375064364
Binary1011000010110101000101101100011010111111101000110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05A8B; }

 p { color: rgb(176,90,139); }

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

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

 a { background-color: rgb(176,90,139); }

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

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

 span { border-color: rgb(176,90,139); }

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