#B65483

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

Shades of Mulberry #B65483

Tints of Mulberry #B65483

Color information

#B65483 (or 0xB65483) is unknown color: approx Mulberry. HEX triplet: B6, 54 and 83. RGB value is (182,84,131). Sum of RGB (Red+Green+Blue) = 182+84+131=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B65483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65483 is #49AB7C. Grayscale: #767676. Windows color (decimal): -4828029 or 8606902. OLE color: 8606902.

HSL color Cylindrical-coordinate representation of color #B65483: hue angle of 331.22º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65483 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB18284131-
CMYK00.540.280.29
HSL331.22º40.16%52.16%-
HSV(B)331.22º53.85%71.37%-
XYZ26.5617.9223.53-
YUV118.66134.97173.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.84%
GREEN value IS 84 (33.20% from 255) = 21.16%
BLUE value IS 131 (51.56% from 255) = 33.00%
R=45.84%
G=21.16%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828413100.540.280.29331.2240.1652.16
HexB654830361C1D14b2834
Octal26612420306634355135064
Binary1011011010101001000001101101101110011101101001011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65483; }

 p { color: rgb(182,84,131); }

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

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

 a { background-color: rgb(182,84,131); }

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

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

 span { border-color: rgb(182,84,131); }

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