#B2459C

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

Shades of Mulberry #B2459C

Tints of Mulberry #B2459C

Color information

#B2459C (or 0xB2459C) is unknown color: approx Mulberry. HEX triplet: B2, 45 and 9C. RGB value is (178,69,156). Sum of RGB (Red+Green+Blue) = 178+69+156=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B2459C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2459C is #4DBA63. Grayscale: #6F6F6F. Windows color (decimal): -5093988 or 10241458. OLE color: 10241458.

HSL color Cylindrical-coordinate representation of color #B2459C: hue angle of 312.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2459C is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB17869156-
CMYK00.610.120.30
HSL312.11º44.13%48.43%-
HSV(B)312.11º61.24%69.8%-
XYZ26.4916.1233.17-
YUV111.51153.11175.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.17%
GREEN value IS 69 (27.34% from 255) = 17.12%
BLUE value IS 156 (61.33% from 255) = 38.71%
R=44.17%
G=17.12%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786915600.610.120.30312.1144.1348.43
HexB2459C03DC1E1382c30
Octal26210523407514364705460
Binary101100101000101100111000111101110011110100111000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2459C; }

 p { color: rgb(178,69,156); }

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

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

 a { background-color: rgb(178,69,156); }

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

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

 span { border-color: rgb(178,69,156); }

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