#B65794

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

Shades of Mulberry #B65794

Tints of Mulberry #B65794

Color information

#B65794 (or 0xB65794) is unknown color: approx Mulberry. HEX triplet: B6, 57 and 94. RGB value is (182,87,148). Sum of RGB (Red+Green+Blue) = 182+87+148=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B65794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65794 is #49A86B. Grayscale: #7A7A7A. Windows color (decimal): -4827244 or 9721782. OLE color: 9721782.

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

Color convert

RGB18287148-
CMYK00.520.190.29
HSL321.47º39.42%52.75%-
HSV(B)321.47º52.2%71.37%-
XYZ28.0418.930.19-
YUV122.36142.47170.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 87 (34.38% from 255) = 20.86%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=43.65%
G=20.86%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828714800.520.190.29321.4739.4252.75
HexB65794034131D1412735
Octal26612722406423355014765
Binary1011011010101111001010001101001001111101101000001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65794; }

 p { color: rgb(182,87,148); }

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

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

 a { background-color: rgb(182,87,148); }

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

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

 span { border-color: rgb(182,87,148); }

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