#B75396

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

Shades of Mulberry #B75396

Tints of Mulberry #B75396

Color information

#B75396 (or 0xB75396) is unknown color: approx Mulberry. HEX triplet: B7, 53 and 96. RGB value is (183,83,150). Sum of RGB (Red+Green+Blue) = 183+83+150=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B75396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75396 is #48AC69. Grayscale: #787878. Windows color (decimal): -4762730 or 9851831. OLE color: 9851831.

HSL color Cylindrical-coordinate representation of color #B75396: hue angle of 319.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B75396 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB18383150-
CMYK00.550.180.28
HSL319.8º40.98%52.16%-
HSV(B)319.8º54.64%71.76%-
XYZ28.1318.4630.93-
YUV120.54144.63172.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 83 (32.81% from 255) = 19.95%
BLUE value IS 150 (58.98% from 255) = 36.06%
R=43.99%
G=19.95%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838315000.550.180.28319.840.9852.16
HexB75396037121C1402934
Octal26712322606722345005164
Binary1011011110100111001011001101111001011100101000000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75396; }

 p { color: rgb(183,83,150); }

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

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

 a { background-color: rgb(183,83,150); }

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

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

 span { border-color: rgb(183,83,150); }

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