#B75188

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

Shades of Mulberry #B75188

Tints of Mulberry #B75188

Color information

#B75188 (or 0xB75188) is unknown color: approx Mulberry. HEX triplet: B7, 51 and 88. RGB value is (183,81,136). Sum of RGB (Red+Green+Blue) = 183+81+136=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B75188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75188 is #48AE77. Grayscale: #757575. Windows color (decimal): -4763256 or 8933815. OLE color: 8933815.

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

Color convert

RGB18381136-
CMYK00.560.260.28
HSL327.65º41.46%51.76%-
HSV(B)327.65º55.74%71.76%-
XYZ26.9117.7325.3-
YUV117.77138.29174.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.75%
GREEN value IS 81 (32.03% from 255) = 20.25%
BLUE value IS 136 (53.52% from 255) = 34%
R=45.75%
G=20.25%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838113600.560.260.28327.6541.4651.76
HexB751880381A1C1482934
Octal26712121007032345105164
Binary1011011110100011000100001110001101011100101001000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75188; }

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

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

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

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

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

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

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

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