#B2558A

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

Shades of Mulberry #B2558A

Tints of Mulberry #B2558A

Color information

#B2558A (or 0xB2558A) is unknown color: approx Mulberry. HEX triplet: B2, 55 and 8A. RGB value is (178,85,138). Sum of RGB (Red+Green+Blue) = 178+85+138=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2558A is #4DAA75. Grayscale: #767676. Windows color (decimal): -5089910 or 9065906. OLE color: 9065906.

HSL color Cylindrical-coordinate representation of color #B2558A: hue angle of 325.81º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2558A is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB17885138-
CMYK00.520.220.30
HSL325.81º37.65%51.57%-
HSV(B)325.81º52.25%69.8%-
XYZ26.217.826.1-
YUV118.85138.81170.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.39%
GREEN value IS 85 (33.59% from 255) = 21.20%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=44.39%
G=21.20%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788513800.520.220.30325.8137.6551.57
HexB2558A034161E1462634
Octal26212521206426365064664
Binary1011001010101011000101001101001011011110101000110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2558A; }

 p { color: rgb(178,85,138); }

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

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

 a { background-color: rgb(178,85,138); }

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

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

 span { border-color: rgb(178,85,138); }

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