#B6458E

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

Shades of Mulberry #B6458E

Tints of Mulberry #B6458E

Color information

#B6458E (or 0xB6458E) is unknown color: approx Mulberry. HEX triplet: B6, 45 and 8E. RGB value is (182,69,142). Sum of RGB (Red+Green+Blue) = 182+69+142=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B6458E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6458E is #49BA71. Grayscale: #6E6E6E. Windows color (decimal): -4831858 or 9323958. OLE color: 9323958.

HSL color Cylindrical-coordinate representation of color #B6458E: hue angle of 321.24º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B6458E is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB18269142-
CMYK00.620.220.29
HSL321.24º45.02%49.22%-
HSV(B)321.24º62.09%71.37%-
XYZ26.316.1527.32-
YUV111.11145.44178.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.31%
GREEN value IS 69 (27.34% from 255) = 17.56%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=46.31%
G=17.56%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826914200.620.220.29321.2445.0249.22
HexB6458E03E161D1412d31
Octal26610521607626355015561
Binary1011011010001011000111001111101011011101101000001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6458E; }

 p { color: rgb(182,69,142); }

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

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

 a { background-color: rgb(182,69,142); }

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

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

 span { border-color: rgb(182,69,142); }

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