#B74C98

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

Shades of Mulberry #B74C98

Tints of Mulberry #B74C98

Color information

#B74C98 (or 0xB74C98) is unknown color: approx Mulberry. HEX triplet: B7, 4C and 98. RGB value is (183,76,152). Sum of RGB (Red+Green+Blue) = 183+76+152=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74C98 is #48B367. Grayscale: #747474. Windows color (decimal): -4764520 or 9981111. OLE color: 9981111.

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

Color convert

RGB18376152-
CMYK00.580.170.28
HSL317.38º42.63%50.78%-
HSV(B)317.38º58.47%71.76%-
XYZ27.7817.531.62-
YUV116.66147.95175.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 76 (30.08% from 255) = 18.49%
BLUE value IS 152 (59.77% from 255) = 36.98%
R=44.53%
G=18.49%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837615200.580.170.28317.3842.6350.78
HexB74C9803A111C13d2b33
Octal26711423007221344755363
Binary1011011110011001001100001110101000111100100111101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74C98; }

 p { color: rgb(183,76,152); }

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

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

 a { background-color: rgb(183,76,152); }

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

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

 span { border-color: rgb(183,76,152); }

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