Html Css Color HEX #B74981 Mulberry

📋 copy color: '#B74981'

red 183 ◦ green 73 ◦ blue 129

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

Shades of Mulberry #B74981

Tints of Mulberry #B74981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.51%

R = 47.53%
G = 18.96%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B74981 (or 0xB74981) is known color: Mulberry. HEX triplet: B7, 49 and 81. RGB value is (183,73,129). Sum of RGB (Red+Green+Blue) = 183+73+129=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B74981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74981 is #48B67E. Grayscale: #707070. Windows color (decimal): -4765311 or 8473015. OLE color: 8473015.

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

Color convert

RGB 183 73 129 -
CMYK 0 0.60 0.30 0.28
HSL 329.45º 0.43% 0.5% -
HSV(B) 329.45º 0.6% 0.72% -
XYZ 25.87 16.42 22.57 -
YUV 112.27 137.44 178.45 -
System Red Green Blue C M Y K H S L
Decimal 183 73 129 0 0.60 0.30 0.28 329.45 0.43 0.5
Hex B7 49 81 0 3C 1E 1C 149 2B 32
Octal 267 111 201 0 74 36 34 511 53 62
Binary 10110111 1001001 10000001 0 111100 11110 11100 101001001 101011 110010

Color Harmonies of #B74981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74981

Black with #B74981

Text Example


Text Example

White with #B74981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74981; }

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

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

background-color css

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

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

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

border-color css

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

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

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