Html Css Color HEX #B32371 Medium Red Violet

📋 copy color: '#B32371'

red 179 ◦ green 35 ◦ blue 113

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

Shades of Medium Red Violet #B32371

Tints of Medium Red Violet #B32371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.56%

R = 54.74%
G = 10.7%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B32371 (or 0xB32371) is known color: Medium Red Violet. HEX triplet: B3, 23 and 71. RGB value is (179,35,113). Sum of RGB (Red+Green+Blue) = 179+35+113=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B32371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32371 is #4CDC8E. Grayscale: #565656. Windows color (decimal): -5037199 or 7414707. OLE color: 7414707.

HSL color Cylindrical-coordinate representation of color #B32371: hue angle of 327.5º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32371 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 35 113 -
CMYK 0 0.80 0.37 0.30
HSL 327.5º 0.67% 0.42% -
HSV(B) 327.5º 0.8% 0.7% -
XYZ 22.17 11.98 16.77 -
YUV 86.95 142.71 193.66 -
System Red Green Blue C M Y K H S L
Decimal 179 35 113 0 0.80 0.37 0.30 327.5 0.67 0.42
Hex B3 23 71 0 50 25 1E 148 43 2A
Octal 263 43 161 0 120 45 36 510 103 52
Binary 10110011 100011 1110001 0 1010000 100101 11110 101001000 1000011 101010

Color Harmonies of #B32371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32371

Black with #B32371

Text Example


Text Example

White with #B32371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32371; }

 p { color: rgb(179,35,113); }

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

background-color css

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

 a { background-color: rgb(179,35,113); }

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

border-color css

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

 span { border-color: rgb(179,35,113); }

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