#B74B96

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

Shades of Mulberry #B74B96

Tints of Mulberry #B74B96

Color information

#B74B96 (or 0xB74B96) is unknown color: approx Mulberry. HEX triplet: B7, 4B and 96. RGB value is (183,75,150). Sum of RGB (Red+Green+Blue) = 183+75+150=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74B96 is #48B469. Grayscale: #737373. Windows color (decimal): -4764778 or 9849783. OLE color: 9849783.

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

Color convert

RGB18375150-
CMYK00.590.180.28
HSL318.33º42.86%50.59%-
HSV(B)318.33º59.02%71.76%-
XYZ27.5517.330.74-
YUV115.84147.28175.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 75 (29.69% from 255) = 18.38%
BLUE value IS 150 (58.98% from 255) = 36.76%
R=44.85%
G=18.38%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837515000.590.180.28318.3342.8650.59
HexB74B9603B121C13e2b33
Octal26711322607322344765363
Binary1011011110010111001011001110111001011100100111110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B96; }

 p { color: rgb(183,75,150); }

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

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

 a { background-color: rgb(183,75,150); }

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

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

 span { border-color: rgb(183,75,150); }

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