Html Css Color HEX #B74881 Mulberry

📋 copy color: '#B74881'

red 183 ◦ green 72 ◦ blue 129

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

Shades of Mulberry #B74881

Tints of Mulberry #B74881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.75%

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

R = 47.66%
G = 18.75%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B74881 (or 0xB74881) is known color: Mulberry. HEX triplet: B7, 48 and 81. RGB value is (183,72,129). Sum of RGB (Red+Green+Blue) = 183+72+129=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B74881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74881 is #48B77E. Grayscale: #6F6F6F. Windows color (decimal): -4765567 or 8472759. OLE color: 8472759.

HSL color Cylindrical-coordinate representation of color #B74881: hue angle of 329.19º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B74881 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 72 129 -
CMYK 0 0.61 0.30 0.28
HSL 329.19º 0.44% 0.5% -
HSV(B) 329.19º 0.61% 0.72% -
XYZ 25.81 16.29 22.55 -
YUV 111.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 183 72 129 0 0.61 0.30 0.28 329.19 0.44 0.5
Hex B7 48 81 0 3D 1E 1C 149 2C 32
Octal 267 110 201 0 75 36 34 511 54 62
Binary 10110111 1001000 10000001 0 111101 11110 11100 101001001 101100 110010

Color Harmonies of #B74881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74881

Black with #B74881

Text Example


Text Example

White with #B74881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74881; }

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

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

background-color css

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

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

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

border-color css

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

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

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