Html Css Color HEX #B04798 Mulberry

📋 copy color: '#B04798'

red 176 ◦ green 71 ◦ blue 152

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

Shades of Mulberry #B04798

Tints of Mulberry #B04798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.1%

R = 44.11%
G = 17.79%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B04798 (or 0xB04798) is known color: Mulberry. HEX triplet: B0, 47 and 98. RGB value is (176,71,152). Sum of RGB (Red+Green+Blue) = 176+71+152=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B04798 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04798 is #4FB867. Grayscale: #6F6F6F. Windows color (decimal): -5224552 or 9979824. OLE color: 9979824.

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

Color convert

RGB 176 71 152 -
CMYK 0 0.60 0.14 0.31
HSL 313.71º 0.43% 0.48% -
HSV(B) 313.71º 0.6% 0.69% -
XYZ 25.83 16 31.43 -
YUV 111.63 150.79 173.91 -
System Red Green Blue C M Y K H S L
Decimal 176 71 152 0 0.60 0.14 0.31 313.71 0.43 0.48
Hex B0 47 98 0 3C E 1F 13A 2B 30
Octal 260 107 230 0 74 16 37 472 53 60
Binary 10110000 1000111 10011000 0 111100 1110 11111 100111010 101011 110000

Color Harmonies of #B04798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04798

Black with #B04798

Text Example


Text Example

White with #B04798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04798; }

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

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

background-color css

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

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

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

border-color css

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

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

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