Html Css Color HEX #B74983 Mulberry

📋 copy color: '#B74983'

red 183 ◦ green 73 ◦ blue 131

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

Shades of Mulberry #B74983

Tints of Mulberry #B74983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.85%

R = 47.29%
G = 18.86%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B74983 (or 0xB74983) is known color: Mulberry. HEX triplet: B7, 49 and 83. RGB value is (183,73,131). Sum of RGB (Red+Green+Blue) = 183+73+131=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B74983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74983 is #48B67C. Grayscale: #707070. Windows color (decimal): -4765309 or 8604087. OLE color: 8604087.

HSL color Cylindrical-coordinate representation of color #B74983: hue angle of 328.36º 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 #B74983 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 73 131 -
CMYK 0 0.60 0.28 0.28
HSL 328.36º 0.43% 0.5% -
HSV(B) 328.36º 0.6% 0.72% -
XYZ 26.01 16.47 23.28 -
YUV 112.5 138.44 178.28 -
System Red Green Blue C M Y K H S L
Decimal 183 73 131 0 0.60 0.28 0.28 328.36 0.43 0.5
Hex B7 49 83 0 3C 1C 1C 148 2B 32
Octal 267 111 203 0 74 34 34 510 53 62
Binary 10110111 1001001 10000011 0 111100 11100 11100 101001000 101011 110010

Color Harmonies of #B74983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74983

Black with #B74983

Text Example


Text Example

White with #B74983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74983; }

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

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

background-color css

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

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

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

border-color css

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

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

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