Html Css Color HEX #B44C98 Mulberry

📋 copy color: '#B44C98'

red 180 ◦ green 76 ◦ blue 152

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

Shades of Mulberry #B44C98

Tints of Mulberry #B44C98

RGB

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

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

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

R = 44.12%
G = 18.63%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B44C98 (or 0xB44C98) is known color: Mulberry. HEX triplet: B4, 4C and 98. RGB value is (180,76,152). Sum of RGB (Red+Green+Blue) = 180+76+152=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44C98 is #4BB367. Grayscale: #737373. Windows color (decimal): -4961128 or 9981108. OLE color: 9981108.

HSL color Cylindrical-coordinate representation of color #B44C98: hue angle of 316.15º 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 #B44C98 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 76 152 -
CMYK 0 0.58 0.16 0.29
HSL 316.15º 0.41% 0.5% -
HSV(B) 316.15º 0.58% 0.71% -
XYZ 27.07 17.14 31.59 -
YUV 115.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 180 76 152 0 0.58 0.16 0.29 316.15 0.41 0.5
Hex B4 4C 98 0 3A 10 1D 13C 29 32
Octal 264 114 230 0 72 20 35 474 51 62
Binary 10110100 1001100 10011000 0 111010 10000 11101 100111100 101001 110010

Color Harmonies of #B44C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44C98

Black with #B44C98

Text Example


Text Example

White with #B44C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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