Html Css Color HEX #B04C99 Mulberry

📋 copy color: '#B04C99'

red 176 ◦ green 76 ◦ blue 153

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

Shades of Mulberry #B04C99

Tints of Mulberry #B04C99

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.77%

 BLUE value IS 153 (60.16% from 255) = 37.78%

R = 43.46%
G = 18.77%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B04C99 (or 0xB04C99) is known color: Mulberry. HEX triplet: B0, 4C and 99. RGB value is (176,76,153). Sum of RGB (Red+Green+Blue) = 176+76+153=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04C99 is #4FB366. Grayscale: #727272. Windows color (decimal): -5223271 or 10046640. OLE color: 10046640.

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

Color convert

RGB 176 76 153 -
CMYK 0 0.57 0.13 0.31
HSL 313.8º 0.4% 0.49% -
HSV(B) 313.8º 0.57% 0.69% -
XYZ 26.24 16.7 31.98 -
YUV 114.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 176 76 153 0 0.57 0.13 0.31 313.8 0.4 0.49
Hex B0 4C 99 0 39 D 1F 13A 28 31
Octal 260 114 231 0 71 15 37 472 50 61
Binary 10110000 1001100 10011001 0 111001 1101 11111 100111010 101000 110001

Color Harmonies of #B04C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04C99

Black with #B04C99

Text Example


Text Example

White with #B04C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04C99; }

 p { color: rgb(176,76,153); }

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

background-color css

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

 a { background-color: rgb(176,76,153); }

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

border-color css

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

 span { border-color: rgb(176,76,153); }

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