#B75194

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

Shades of Mulberry #B75194

Tints of Mulberry #B75194

Color information

#B75194 (or 0xB75194) is unknown color: approx Mulberry. HEX triplet: B7, 51 and 94. RGB value is (183,81,148). Sum of RGB (Red+Green+Blue) = 183+81+148=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B75194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75194 is #48AE6B. Grayscale: #767676. Windows color (decimal): -4763244 or 9720247. OLE color: 9720247.

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

Color convert

RGB18381148-
CMYK00.560.190.28
HSL320.59º41.46%51.76%-
HSV(B)320.59º55.74%71.76%-
XYZ27.8218.0930.04-
YUV119.14144.29173.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.42%
GREEN value IS 81 (32.03% from 255) = 19.66%
BLUE value IS 148 (58.20% from 255) = 35.92%
R=44.42%
G=19.66%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838114800.560.190.28320.5941.4651.76
HexB75194038131C1412934
Octal26712122407023345015164
Binary1011011110100011001010001110001001111100101000001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75194; }

 p { color: rgb(183,81,148); }

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

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

 a { background-color: rgb(183,81,148); }

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

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

 span { border-color: rgb(183,81,148); }

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