Html Css Color HEX #B32191 Medium Red Violet

📋 copy color: '#B32191'

red 179 ◦ green 33 ◦ blue 145

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

Shades of Medium Red Violet #B32191

Tints of Medium Red Violet #B32191

RGB

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

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

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

R = 50.14%
G = 9.24%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B32191 (or 0xB32191) is known color: Medium Red Violet. HEX triplet: B3, 21 and 91. RGB value is (179,33,145). Sum of RGB (Red+Green+Blue) = 179+33+145=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B32191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32191 is #4CDE6E. Grayscale: #595959. Windows color (decimal): -5037679 or 9511347. OLE color: 9511347.

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

Color convert

RGB 179 33 145 -
CMYK 0 0.82 0.19 0.30
HSL 313.97º 0.69% 0.42% -
HSV(B) 313.97º 0.82% 0.7% -
XYZ 24.25 12.72 27.96 -
YUV 89.42 159.37 191.89 -
System Red Green Blue C M Y K H S L
Decimal 179 33 145 0 0.82 0.19 0.30 313.97 0.69 0.42
Hex B3 21 91 0 52 13 1E 13A 45 2A
Octal 263 41 221 0 122 23 36 472 105 52
Binary 10110011 100001 10010001 0 1010010 10011 11110 100111010 1000101 101010

Color Harmonies of #B32191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32191

Black with #B32191

Text Example


Text Example

White with #B32191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32191; }

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

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

background-color css

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

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

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

border-color css

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

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

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