#B35F93

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

Shades of Mulberry #B35F93

Tints of Mulberry #B35F93

Color information

#B35F93 (or 0xB35F93) is unknown color: approx Mulberry. HEX triplet: B3, 5F and 93. RGB value is (179,95,147). Sum of RGB (Red+Green+Blue) = 179+95+147=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B35F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35F93 is #4CA06C. Grayscale: #7D7D7D. Windows color (decimal): -5021805 or 9658291. OLE color: 9658291.

HSL color Cylindrical-coordinate representation of color #B35F93: hue angle of 322.86º degrees, saturation: 0.36, 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 #B35F93 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB17995147-
CMYK00.470.180.30
HSL322.86º35.59%53.73%-
HSV(B)322.86º46.93%70.2%-
XYZ27.9519.8729.97-
YUV126.04139.83165.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.52%
GREEN value IS 95 (37.5% from 255) = 22.57%
BLUE value IS 147 (57.81% from 255) = 34.92%
R=42.52%
G=22.57%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799514700.470.180.30322.8635.5953.73
HexB35F9302F121E1432436
Octal26313722305722365034466
Binary1011001110111111001001101011111001011110101000011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35F93; }

 p { color: rgb(179,95,147); }

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

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

 a { background-color: rgb(179,95,147); }

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

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

 span { border-color: rgb(179,95,147); }

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