Html Css Color HEX #B44C99 Mulberry

📋 copy color: '#B44C99'

red 180 ◦ green 76 ◦ blue 153

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

Shades of Mulberry #B44C99

Tints of Mulberry #B44C99

RGB

 RED value IS 180 (70.7% from 255) = 44.01%

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

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

R = 44.01%
G = 18.58%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B44C99 (or 0xB44C99) is known color: Mulberry. HEX triplet: B4, 4C and 99. RGB value is (180,76,153). Sum of RGB (Red+Green+Blue) = 180+76+153=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44C99 is #4BB366. Grayscale: #737373. Windows color (decimal): -4961127 or 10046644. OLE color: 10046644.

HSL color Cylindrical-coordinate representation of color #B44C99: hue angle of 315.58º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B44C99 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 76 153 -
CMYK 0 0.58 0.15 0.29
HSL 315.58º 0.41% 0.5% -
HSV(B) 315.58º 0.58% 0.71% -
XYZ 27.16 17.17 32.02 -
YUV 115.87 148.96 173.74 -
System Red Green Blue C M Y K H S L
Decimal 180 76 153 0 0.58 0.15 0.29 315.58 0.41 0.5
Hex B4 4C 99 0 3A F 1D 13C 29 32
Octal 264 114 231 0 72 17 35 474 51 62
Binary 10110100 1001100 10011001 0 111010 1111 11101 100111100 101001 110010

Color Harmonies of #B44C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44C99

Black with #B44C99

Text Example


Text Example

White with #B44C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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