#B35A9A

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

Shades of Mulberry #B35A9A

Tints of Mulberry #B35A9A

Color information

#B35A9A (or 0xB35A9A) is unknown color: approx Mulberry. HEX triplet: B3, 5A and 9A. RGB value is (179,90,154). Sum of RGB (Red+Green+Blue) = 179+90+154=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35A9A is #4CA565. Grayscale: #7B7B7B. Windows color (decimal): -5023078 or 10115763. OLE color: 10115763.

HSL color Cylindrical-coordinate representation of color #B35A9A: hue angle of 316.85º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B35A9A is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB17990154-
CMYK00.500.140.30
HSL316.85º36.93%52.75%-
HSV(B)316.85º49.72%70.2%-
XYZ28.0819.2332.8-
YUV123.91144.99167.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 90 (35.55% from 255) = 21.28%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=42.32%
G=21.28%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799015400.500.140.30316.8536.9352.75
HexB35A9A032E1E13d2535
Octal26313223206216364754565
Binary101100111011010100110100110010111011110100111101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A9A; }

 p { color: rgb(179,90,154); }

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

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

 a { background-color: rgb(179,90,154); }

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

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

 span { border-color: rgb(179,90,154); }

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