Html Css Color HEX #B74995 Mulberry

📋 copy color: '#B74995'

red 183 ◦ green 73 ◦ blue 149

#B74995
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #B74995

Tints of Mulberry #B74995

RGB

 RED value IS 183 (71.88% from 255) = 45.19%

 GREEN value IS 73 (28.91% from 255) = 18.02%

 BLUE value IS 149 (58.59% from 255) = 36.79%

R = 45.19%
G = 18.02%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B74995 (or 0xB74995) is known color: Mulberry. HEX triplet: B7, 49 and 95. RGB value is (183,73,149). Sum of RGB (Red+Green+Blue) = 183+73+149=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B74995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74995 is #48B66A. Grayscale: #727272. Windows color (decimal): -4765291 or 9783735. OLE color: 9783735.

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

Color convert

RGB 183 73 149 -
CMYK 0 0.60 0.19 0.28
HSL 318.55º 0.43% 0.5% -
HSV(B) 318.55º 0.6% 0.72% -
XYZ 27.34 17 30.27 -
YUV 114.55 147.44 176.82 -
System Red Green Blue C M Y K H S L
Decimal 183 73 149 0 0.60 0.19 0.28 318.55 0.43 0.5
Hex B7 49 95 0 3C 13 1C 13F 2B 32
Octal 267 111 225 0 74 23 34 477 53 62
Binary 10110111 1001001 10010101 0 111100 10011 11100 100111111 101011 110010

Color Harmonies of #B74995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74995

Black with #B74995

Text Example


Text Example

White with #B74995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74995; }

 p { color: rgb(183,73,149); }

 H1.HeaderClassName
 {
   color: #B74995;
 }
 .AnyTagClassName
 {
   color: #B74995;
 }
</style>

background-color css

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

 a { background-color: rgb(183,73,149); }

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

border-color css

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

 span { border-color: rgb(183,73,149); }

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