Html Css Color HEX #B44481 Medium Red Violet

📋 copy color: '#B44481'

red 180 ◦ green 68 ◦ blue 129

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

Shades of Medium Red Violet #B44481

Tints of Medium Red Violet #B44481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.04%

 BLUE value IS 129 (50.78% from 255) = 34.22%

R = 47.75%
G = 18.04%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B44481 (or 0xB44481) is known color: Medium Red Violet. HEX triplet: B4, 44 and 81. RGB value is (180,68,129). Sum of RGB (Red+Green+Blue) = 180+68+129=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B44481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44481 is #4BBB7E. Grayscale: #6C6C6C. Windows color (decimal): -4963199 or 8471732. OLE color: 8471732.

HSL color Cylindrical-coordinate representation of color #B44481: hue angle of 327.32º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B44481 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 68 129 -
CMYK 0 0.62 0.28 0.29
HSL 327.32º 0.45% 0.49% -
HSV(B) 327.32º 0.62% 0.71% -
XYZ 24.85 15.42 22.44 -
YUV 108.44 139.61 179.04 -
System Red Green Blue C M Y K H S L
Decimal 180 68 129 0 0.62 0.28 0.29 327.32 0.45 0.49
Hex B4 44 81 0 3E 1C 1D 147 2D 31
Octal 264 104 201 0 76 34 35 507 55 61
Binary 10110100 1000100 10000001 0 111110 11100 11101 101000111 101101 110001

Color Harmonies of #B44481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44481

Black with #B44481

Text Example


Text Example

White with #B44481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44481; }

 p { color: rgb(180,68,129); }

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

background-color css

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

 a { background-color: rgb(180,68,129); }

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

border-color css

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

 span { border-color: rgb(180,68,129); }

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