#B75B94

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

Shades of Mulberry #B75B94

Tints of Mulberry #B75B94

Color information

#B75B94 (or 0xB75B94) is unknown color: approx Mulberry. HEX triplet: B7, 5B and 94. RGB value is (183,91,148). Sum of RGB (Red+Green+Blue) = 183+91+148=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B75B94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75B94 is #48A46B. Grayscale: #7C7C7C. Windows color (decimal): -4760684 or 9722807. OLE color: 9722807.

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

Color convert

RGB18391148-
CMYK00.500.190.28
HSL322.83º38.98%53.73%-
HSV(B)322.83º50.27%71.76%-
XYZ28.6119.6930.31-
YUV125.01140.98169.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.36%
GREEN value IS 91 (35.94% from 255) = 21.56%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=43.36%
G=21.56%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839114800.500.190.28322.8338.9853.73
HexB75B94032131C1432736
Octal26713322406223345034766
Binary1011011110110111001010001100101001111100101000011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75B94; }

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

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

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

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

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

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

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

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