#B2538E

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

Shades of Mulberry #B2538E

Tints of Mulberry #B2538E

Color information

#B2538E (or 0xB2538E) is unknown color: approx Mulberry. HEX triplet: B2, 53 and 8E. RGB value is (178,83,142). Sum of RGB (Red+Green+Blue) = 178+83+142=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B2538E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2538E is #4DAC71. Grayscale: #757575. Windows color (decimal): -5090418 or 9327538. OLE color: 9327538.

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

Color convert

RGB17883142-
CMYK00.530.200.30
HSL322.74º38.15%51.18%-
HSV(B)322.74º53.37%69.8%-
XYZ26.3417.627.6-
YUV118.13141.47170.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.17%
GREEN value IS 83 (32.81% from 255) = 20.60%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=44.17%
G=20.60%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788314200.530.200.30322.7438.1551.18
HexB2538E035141E1432633
Octal26212321606524365034663
Binary1011001010100111000111001101011010011110101000011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2538E; }

 p { color: rgb(178,83,142); }

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

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

 a { background-color: rgb(178,83,142); }

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

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

 span { border-color: rgb(178,83,142); }

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