Html Css Color HEX #B44091 Medium Red Violet

📋 copy color: '#B44091'

red 180 ◦ green 64 ◦ blue 145

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

Shades of Medium Red Violet #B44091

Tints of Medium Red Violet #B44091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.28%

R = 46.27%
G = 16.45%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B44091 (or 0xB44091) is known color: Medium Red Violet. HEX triplet: B4, 40 and 91. RGB value is (180,64,145). Sum of RGB (Red+Green+Blue) = 180+64+145=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B44091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44091 is #4BBF6E. Grayscale: #6B6B6B. Windows color (decimal): -4964207 or 9519284. OLE color: 9519284.

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

Color convert

RGB 180 64 145 -
CMYK 0 0.64 0.19 0.29
HSL 318.1º 0.48% 0.48% -
HSV(B) 318.1º 0.64% 0.71% -
XYZ 25.77 15.41 28.41 -
YUV 107.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 180 64 145 0 0.64 0.19 0.29 318.1 0.48 0.48
Hex B4 40 91 0 40 13 1D 13E 30 30
Octal 264 100 221 0 100 23 35 476 60 60
Binary 10110100 1000000 10010001 0 1000000 10011 11101 100111110 110000 110000

Color Harmonies of #B44091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44091

Black with #B44091

Text Example


Text Example

White with #B44091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44091; }

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

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

background-color css

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

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

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

border-color css

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

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

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