#B75190

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

Shades of Mulberry #B75190

Tints of Mulberry #B75190

Color information

#B75190 (or 0xB75190) is unknown color: approx Mulberry. HEX triplet: B7, 51 and 90. RGB value is (183,81,144). Sum of RGB (Red+Green+Blue) = 183+81+144=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B75190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75190 is #48AE6F. Grayscale: #767676. Windows color (decimal): -4763248 or 9458103. OLE color: 9458103.

HSL color Cylindrical-coordinate representation of color #B75190: hue angle of 322.94º 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 #B75190 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB18381144-
CMYK00.560.210.28
HSL322.94º41.46%51.76%-
HSV(B)322.94º55.74%71.76%-
XYZ27.517.9728.4-
YUV118.68142.29173.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 81 (32.03% from 255) = 19.85%
BLUE value IS 144 (56.64% from 255) = 35.29%
R=44.85%
G=19.85%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838114400.560.210.28322.9441.4651.76
HexB75190038151C1432934
Octal26712122007025345035164
Binary1011011110100011001000001110001010111100101000011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75190; }

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

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

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

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

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

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

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

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