#B35F94

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

Shades of Mulberry #B35F94

Tints of Mulberry #B35F94

Color information

#B35F94 (or 0xB35F94) is unknown color: approx Mulberry. HEX triplet: B3, 5F and 94. RGB value is (179,95,148). Sum of RGB (Red+Green+Blue) = 179+95+148=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B35F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35F94 is #4CA06B. Grayscale: #7E7E7E. Windows color (decimal): -5021804 or 9723827. OLE color: 9723827.

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

Color convert

RGB17995148-
CMYK00.470.170.30
HSL322.14º35.59%53.73%-
HSV(B)322.14º46.93%70.2%-
XYZ28.0319.9130.38-
YUV126.16140.33165.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 95 (37.5% from 255) = 22.51%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=42.42%
G=22.51%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799514800.470.170.30322.1435.5953.73
HexB35F9402F111E1422436
Octal26313722405721365024466
Binary1011001110111111001010001011111000111110101000010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35F94; }

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

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

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

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

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

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

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

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