#B75891

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

Shades of Mulberry #B75891

Tints of Mulberry #B75891

Color information

#B75891 (or 0xB75891) is unknown color: approx Mulberry. HEX triplet: B7, 58 and 91. RGB value is (183,88,145). Sum of RGB (Red+Green+Blue) = 183+88+145=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B75891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75891 is #48A76E. Grayscale: #7A7A7A. Windows color (decimal): -4761455 or 9525431. OLE color: 9525431.

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

Color convert

RGB18388145-
CMYK00.520.210.28
HSL324º39.75%53.14%-
HSV(B)324º51.91%71.76%-
XYZ28.1319.0928.99-
YUV122.9140.47170.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 88 (34.77% from 255) = 21.15%
BLUE value IS 145 (57.03% from 255) = 34.86%
R=43.99%
G=21.15%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838814500.520.210.2832439.7553.14
HexB75891034151C1442835
Octal26713022106425345045065
Binary1011011110110001001000101101001010111100101000100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75891; }

 p { color: rgb(183,88,145); }

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

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

 a { background-color: rgb(183,88,145); }

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

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

 span { border-color: rgb(183,88,145); }

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