Html Css Color HEX #B42191 Medium Red Violet

📋 copy color: '#B42191'

red 180 ◦ green 33 ◦ blue 145

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

Shades of Medium Red Violet #B42191

Tints of Medium Red Violet #B42191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.22%

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

R = 50.28%
G = 9.22%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B42191 (or 0xB42191) is known color: Medium Red Violet. HEX triplet: B4, 21 and 91. RGB value is (180,33,145). Sum of RGB (Red+Green+Blue) = 180+33+145=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B42191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42191 is #4BDE6E. Grayscale: #595959. Windows color (decimal): -4972143 or 9511348. OLE color: 9511348.

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

Color convert

RGB 180 33 145 -
CMYK 0 0.82 0.19 0.29
HSL 314.29º 0.69% 0.42% -
HSV(B) 314.29º 0.82% 0.71% -
XYZ 24.48 12.84 27.98 -
YUV 89.72 159.2 192.39 -
System Red Green Blue C M Y K H S L
Decimal 180 33 145 0 0.82 0.19 0.29 314.29 0.69 0.42
Hex B4 21 91 0 52 13 1D 13A 45 2A
Octal 264 41 221 0 122 23 35 472 105 52
Binary 10110100 100001 10010001 0 1010010 10011 11101 100111010 1000101 101010

Color Harmonies of #B42191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42191

Black with #B42191

Text Example


Text Example

White with #B42191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42191; }

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

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

background-color css

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

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

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

border-color css

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

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

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