Html Css Color HEX #B32291 Medium Red Violet

📋 copy color: '#B32291'

red 179 ◦ green 34 ◦ blue 145

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

Shades of Medium Red Violet #B32291

Tints of Medium Red Violet #B32291

RGB

 RED value IS 179 (70.31% from 255) = 50%

 GREEN value IS 34 (13.67% from 255) = 9.5%

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

R = 50%
G = 9.5%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B32291 (or 0xB32291) is known color: Medium Red Violet. HEX triplet: B3, 22 and 91. RGB value is (179,34,145). Sum of RGB (Red+Green+Blue) = 179+34+145=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B32291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32291 is #4CDD6E. Grayscale: #595959. Windows color (decimal): -5037423 or 9511603. OLE color: 9511603.

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

Color convert

RGB 179 34 145 -
CMYK 0 0.81 0.19 0.30
HSL 314.07º 0.68% 0.42% -
HSV(B) 314.07º 0.81% 0.7% -
XYZ 24.27 12.77 27.97 -
YUV 90.01 159.04 191.47 -
System Red Green Blue C M Y K H S L
Decimal 179 34 145 0 0.81 0.19 0.30 314.07 0.68 0.42
Hex B3 22 91 0 51 13 1E 13A 44 2A
Octal 263 42 221 0 121 23 36 472 104 52
Binary 10110011 100010 10010001 0 1010001 10011 11110 100111010 1000100 101010

Color Harmonies of #B32291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32291

Black with #B32291

Text Example


Text Example

White with #B32291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32291; }

 p { color: rgb(179,34,145); }

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

background-color css

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

 a { background-color: rgb(179,34,145); }

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

border-color css

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

 span { border-color: rgb(179,34,145); }

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