#B35C98

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

Shades of Mulberry #B35C98

Tints of Mulberry #B35C98

Color information

#B35C98 (or 0xB35C98) is unknown color: approx Mulberry. HEX triplet: B3, 5C and 98. RGB value is (179,92,152). Sum of RGB (Red+Green+Blue) = 179+92+152=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35C98 is #4CA367. Grayscale: #7C7C7C. Windows color (decimal): -5022568 or 9985203. OLE color: 9985203.

HSL color Cylindrical-coordinate representation of color #B35C98: hue angle of 318.62º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B35C98 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB17992152-
CMYK00.490.150.30
HSL318.62º36.4%53.14%-
HSV(B)318.62º48.6%70.2%-
XYZ28.0919.531.99-
YUV124.85143.32166.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 92 (36.33% from 255) = 21.75%
BLUE value IS 152 (59.77% from 255) = 35.93%
R=42.32%
G=21.75%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799215200.490.150.30318.6236.453.14
HexB35C98031F1E13f2435
Octal26313423006117364774465
Binary101100111011100100110000110001111111110100111111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35C98; }

 p { color: rgb(179,92,152); }

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

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

 a { background-color: rgb(179,92,152); }

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

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

 span { border-color: rgb(179,92,152); }

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