#B35294

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

Shades of Mulberry #B35294

Tints of Mulberry #B35294

Color information

#B35294 (or 0xB35294) is unknown color: approx Mulberry. HEX triplet: B3, 52 and 94. RGB value is (179,82,148). Sum of RGB (Red+Green+Blue) = 179+82+148=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B35294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35294 is #4CAD6B. Grayscale: #767676. Windows color (decimal): -5025132 or 9720499. OLE color: 9720499.

HSL color Cylindrical-coordinate representation of color #B35294: hue angle of 319.18º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B35294 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB17982148-
CMYK00.540.170.30
HSL319.18º38.96%51.18%-
HSV(B)319.18º54.19%70.2%-
XYZ26.9517.7630.02-
YUV118.53144.64171.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.77%
GREEN value IS 82 (32.42% from 255) = 20.05%
BLUE value IS 148 (58.20% from 255) = 36.19%
R=43.77%
G=20.05%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798214800.540.170.30319.1838.9651.18
HexB35294036111E13f2733
Octal26312222406621364774763
Binary1011001110100101001010001101101000111110100111111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35294; }

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

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

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

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

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

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

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

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