#b75184

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

Shades of Mulberry #B75184

Tints of Mulberry #B75184

Color information

#B75184 (or 0xB75184) is unknown color: approx Mulberry. HEX triplet: B7, 51 and 84. RGB value is (183,81,132). Sum of RGB (Red+Green+Blue) = 183+81+132=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B75184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75184 is #48AE7B. Grayscale: #757575. Windows color (decimal): -4763260 or 8671671. OLE color: 8671671.

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

Color convert

RGB18381132-
CMYK00.560.280.28
HSL330º41.46%51.76%-
HSV(B)330º55.74%71.76%-
XYZ26.6417.6223.83-
YUV117.31136.29174.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.21%
GREEN value IS 81 (32.03% from 255) = 20.45%
BLUE value IS 132 (51.95% from 255) = 33.33%
R=46.21%
G=20.45%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838113200.560.280.2833041.4651.76
HexB751840381C1C14a2934
Octal26712120407034345125164
Binary1011011110100011000010001110001110011100101001010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b75184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b75184; }

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

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

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

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

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

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

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

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