#B75894

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

Shades of Mulberry #B75894

Tints of Mulberry #B75894

Color information

#B75894 (or 0xB75894) is unknown color: approx Mulberry. HEX triplet: B7, 58 and 94. RGB value is (183,88,148). Sum of RGB (Red+Green+Blue) = 183+88+148=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B75894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75894 is #48A76B. Grayscale: #7B7B7B. Windows color (decimal): -4761452 or 9722039. OLE color: 9722039.

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

Color convert

RGB18388148-
CMYK00.520.190.28
HSL322.11º39.75%53.14%-
HSV(B)322.11º51.91%71.76%-
XYZ28.3619.1830.23-
YUV123.24141.97170.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.68%
GREEN value IS 88 (34.77% from 255) = 21.00%
BLUE value IS 148 (58.20% from 255) = 35.32%
R=43.68%
G=21.00%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838814800.520.190.28322.1139.7553.14
HexB75894034131C1422835
Octal26713022406423345025065
Binary1011011110110001001010001101001001111100101000010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75894; }

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

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

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

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

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

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

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

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