Html Css Color HEX #B04791 Mulberry

📋 copy color: '#B04791'

red 176 ◦ green 71 ◦ blue 145

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

Shades of Mulberry #B04791

Tints of Mulberry #B04791

RGB

 RED value IS 176 (69.14% from 255) = 44.9%

 GREEN value IS 71 (28.13% from 255) = 18.11%

 BLUE value IS 145 (57.03% from 255) = 36.99%

R = 44.9%
G = 18.11%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B04791 (or 0xB04791) is known color: Mulberry. HEX triplet: B0, 47 and 91. RGB value is (176,71,145). Sum of RGB (Red+Green+Blue) = 176+71+145=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B04791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04791 is #4FB86E. Grayscale: #6E6E6E. Windows color (decimal): -5224559 or 9521072. OLE color: 9521072.

HSL color Cylindrical-coordinate representation of color #B04791: hue angle of 317.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04791 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 71 145 -
CMYK 0 0.60 0.18 0.31
HSL 317.71º 0.43% 0.48% -
HSV(B) 317.71º 0.6% 0.69% -
XYZ 25.27 15.78 28.5 -
YUV 110.83 147.29 174.48 -
System Red Green Blue C M Y K H S L
Decimal 176 71 145 0 0.60 0.18 0.31 317.71 0.43 0.48
Hex B0 47 91 0 3C 12 1F 13E 2B 30
Octal 260 107 221 0 74 22 37 476 53 60
Binary 10110000 1000111 10010001 0 111100 10010 11111 100111110 101011 110000

Color Harmonies of #B04791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04791

Black with #B04791

Text Example


Text Example

White with #B04791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04791; }

 p { color: rgb(176,71,145); }

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

background-color css

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

 a { background-color: rgb(176,71,145); }

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

border-color css

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

 span { border-color: rgb(176,71,145); }

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