#B75A8F

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

Shades of Mulberry #B75A8F

Tints of Mulberry #B75A8F

Color information

#B75A8F (or 0xB75A8F) is unknown color: approx Mulberry. HEX triplet: B7, 5A and 8F. RGB value is (183,90,143). Sum of RGB (Red+Green+Blue) = 183+90+143=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75A8F is #48A570. Grayscale: #7B7B7B. Windows color (decimal): -4760945 or 9394871. OLE color: 9394871.

HSL color Cylindrical-coordinate representation of color #B75A8F: hue angle of 325.81º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B75A8F is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB18390143-
CMYK00.510.220.28
HSL325.81º39.24%53.53%-
HSV(B)325.81º50.82%71.76%-
XYZ28.1419.3628.24-
YUV123.85138.81170.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 90 (35.55% from 255) = 21.63%
BLUE value IS 143 (56.25% from 255) = 34.38%
R=43.99%
G=21.63%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839014300.510.220.28325.8139.2453.53
HexB75A8F033161C1462736
Octal26713221706326345064766
Binary1011011110110101000111101100111011011100101000110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A8F; }

 p { color: rgb(183,90,143); }

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

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

 a { background-color: rgb(183,90,143); }

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

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

 span { border-color: rgb(183,90,143); }

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