#B05F90

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

Shades of Mulberry #B05F90

Tints of Mulberry #B05F90

Color information

#B05F90 (or 0xB05F90) is unknown color: approx Mulberry. HEX triplet: B0, 5F and 90. RGB value is (176,95,144). Sum of RGB (Red+Green+Blue) = 176+95+144=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05F90 is #4FA06F. Grayscale: #7C7C7C. Windows color (decimal): -5218416 or 9461680. OLE color: 9461680.

HSL color Cylindrical-coordinate representation of color #B05F90: hue angle of 323.7º 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 #B05F90 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17695144-
CMYK00.460.180.31
HSL323.7º33.89%53.14%-
HSV(B)323.7º46.02%69.02%-
XYZ27.0319.4328.71-
YUV124.8138.84164.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 95 (37.5% from 255) = 22.89%
BLUE value IS 144 (56.64% from 255) = 34.70%
R=42.41%
G=22.89%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769514400.460.180.31323.733.8953.14
HexB05F9002E121F1442235
Octal26013722005622375044265
Binary1011000010111111001000001011101001011111101000100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05F90; }

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

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

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

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

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

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

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

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