#B35E94

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

Shades of Mulberry #B35E94

Tints of Mulberry #B35E94

Color information

#B35E94 (or 0xB35E94) is unknown color: approx Mulberry. HEX triplet: B3, 5E and 94. RGB value is (179,94,148). Sum of RGB (Red+Green+Blue) = 179+94+148=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35E94 is #4CA16B. Grayscale: #7D7D7D. Windows color (decimal): -5022060 or 9723571. OLE color: 9723571.

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

Color convert

RGB17994148-
CMYK00.470.170.30
HSL321.88º35.86%53.53%-
HSV(B)321.88º47.49%70.2%-
XYZ27.9419.7330.35-
YUV125.57140.66166.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.52%
GREEN value IS 94 (37.11% from 255) = 22.33%
BLUE value IS 148 (58.20% from 255) = 35.15%
R=42.52%
G=22.33%
B=35.15%

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
Decimal1799414800.470.170.30321.8835.8653.53
HexB35E9402F111E1422436
Octal26313622405721365024466
Binary1011001110111101001010001011111000111110101000010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E94; }

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

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

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

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

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

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

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

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