Html Css Color HEX #B04997 Mulberry

📋 copy color: '#B04997'

red 176 ◦ green 73 ◦ blue 151

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

Shades of Mulberry #B04997

Tints of Mulberry #B04997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.75%

R = 44%
G = 18.25%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B04997 (or 0xB04997) is known color: Mulberry. HEX triplet: B0, 49 and 97. RGB value is (176,73,151). Sum of RGB (Red+Green+Blue) = 176+73+151=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B04997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04997 is #4FB668. Grayscale: #707070. Windows color (decimal): -5224041 or 9914800. OLE color: 9914800.

HSL color Cylindrical-coordinate representation of color #B04997: hue angle of 314.56º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B04997 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 73 151 -
CMYK 0 0.59 0.14 0.31
HSL 314.56º 0.41% 0.49% -
HSV(B) 314.56º 0.59% 0.69% -
XYZ 25.87 16.23 31.05 -
YUV 112.69 149.62 173.16 -
System Red Green Blue C M Y K H S L
Decimal 176 73 151 0 0.59 0.14 0.31 314.56 0.41 0.49
Hex B0 49 97 0 3B E 1F 13B 29 31
Octal 260 111 227 0 73 16 37 473 51 61
Binary 10110000 1001001 10010111 0 111011 1110 11111 100111011 101001 110001

Color Harmonies of #B04997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04997

Black with #B04997

Text Example


Text Example

White with #B04997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04997; }

 p { color: rgb(176,73,151); }

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

background-color css

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

 a { background-color: rgb(176,73,151); }

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

border-color css

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

 span { border-color: rgb(176,73,151); }

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