Html Css Color HEX #B42391 Medium Red Violet

📋 copy color: '#B42391'

red 180 ◦ green 35 ◦ blue 145

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

Shades of Medium Red Violet #B42391

Tints of Medium Red Violet #B42391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.72%

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

R = 50%
G = 9.72%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B42391 (or 0xB42391) is known color: Medium Red Violet. HEX triplet: B4, 23 and 91. RGB value is (180,35,145). Sum of RGB (Red+Green+Blue) = 180+35+145=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B42391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42391 is #4BDC6E. Grayscale: #5A5A5A. Windows color (decimal): -4971631 or 9511860. OLE color: 9511860.

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

Color convert

RGB 180 35 145 -
CMYK 0 0.81 0.19 0.29
HSL 314.48º 0.67% 0.42% -
HSV(B) 314.48º 0.81% 0.71% -
XYZ 24.53 12.95 27.99 -
YUV 90.9 158.54 191.56 -
System Red Green Blue C M Y K H S L
Decimal 180 35 145 0 0.81 0.19 0.29 314.48 0.67 0.42
Hex B4 23 91 0 51 13 1D 13A 43 2A
Octal 264 43 221 0 121 23 35 472 103 52
Binary 10110100 100011 10010001 0 1010001 10011 11101 100111010 1000011 101010

Color Harmonies of #B42391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42391

Black with #B42391

Text Example


Text Example

White with #B42391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42391; }

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

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

background-color css

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

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

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

border-color css

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

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

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