Html Css Color HEX #B44191 Medium Red Violet

📋 copy color: '#B44191'

red 180 ◦ green 65 ◦ blue 145

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

Shades of Medium Red Violet #B44191

Tints of Medium Red Violet #B44191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.67%

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

R = 46.15%
G = 16.67%
B = 37.18%

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

#B44191 (or 0xB44191) is known color: Medium Red Violet. HEX triplet: B4, 41 and 91. RGB value is (180,65,145). Sum of RGB (Red+Green+Blue) = 180+65+145=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B44191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44191 is #4BBE6E. Grayscale: #6C6C6C. Windows color (decimal): -4963951 or 9519540. OLE color: 9519540.

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

Color convert

RGB 180 65 145 -
CMYK 0 0.64 0.19 0.29
HSL 318.26º 0.47% 0.48% -
HSV(B) 318.26º 0.64% 0.71% -
XYZ 25.82 15.53 28.42 -
YUV 108.51 148.6 179 -
System Red Green Blue C M Y K H S L
Decimal 180 65 145 0 0.64 0.19 0.29 318.26 0.47 0.48
Hex B4 41 91 0 40 13 1D 13E 2F 30
Octal 264 101 221 0 100 23 35 476 57 60
Binary 10110100 1000001 10010001 0 1000000 10011 11101 100111110 101111 110000

Color Harmonies of #B44191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44191

Black with #B44191

Text Example


Text Example

White with #B44191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44191; }

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

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

background-color css

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

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

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

border-color css

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

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

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