Html Css Color HEX #B44080 Medium Red Violet

📋 copy color: '#B44080'

red 180 ◦ green 64 ◦ blue 128

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

Shades of Medium Red Violet #B44080

Tints of Medium Red Violet #B44080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.2%

 BLUE value IS 128 (50.39% from 255) = 34.41%

R = 48.39%
G = 17.2%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B44080 (or 0xB44080) is known color: Medium Red Violet. HEX triplet: B4, 40 and 80. RGB value is (180,64,128). Sum of RGB (Red+Green+Blue) = 180+64+128=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B44080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44080 is #4BBF7F. Grayscale: #696969. Windows color (decimal): -4964224 or 8405172. OLE color: 8405172.

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

Color convert

RGB 180 64 128 -
CMYK 0 0.64 0.29 0.29
HSL 326.9º 0.48% 0.48% -
HSV(B) 326.9º 0.64% 0.71% -
XYZ 24.55 14.93 22.01 -
YUV 105.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 180 64 128 0 0.64 0.29 0.29 326.9 0.48 0.48
Hex B4 40 80 0 40 1D 1D 147 30 30
Octal 264 100 200 0 100 35 35 507 60 60
Binary 10110100 1000000 10000000 0 1000000 11101 11101 101000111 110000 110000

Color Harmonies of #B44080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44080

Black with #B44080

Text Example


Text Example

White with #B44080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44080; }

 p { color: rgb(180,64,128); }

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

background-color css

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

 a { background-color: rgb(180,64,128); }

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

border-color css

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

 span { border-color: rgb(180,64,128); }

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