#B75D94

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

Shades of Mulberry #B75D94

Tints of Mulberry #B75D94

Color information

#B75D94 (or 0xB75D94) is unknown color: approx Mulberry. HEX triplet: B7, 5D and 94. RGB value is (183,93,148). Sum of RGB (Red+Green+Blue) = 183+93+148=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75D94 is #48A26B. Grayscale: #7E7E7E. Windows color (decimal): -4760172 or 9723319. OLE color: 9723319.

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

Color convert

RGB18393148-
CMYK00.490.190.28
HSL323.33º38.46%54.12%-
HSV(B)323.33º49.18%71.76%-
XYZ28.7920.0330.37-
YUV126.18140.32168.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.16%
GREEN value IS 93 (36.72% from 255) = 21.93%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=43.16%
G=21.93%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839314800.490.190.28323.3338.4654.12
HexB75D94031131C1432636
Octal26713522406123345034666
Binary1011011110111011001010001100011001111100101000011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75D94; }

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

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

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

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

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

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

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

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