Html Css Color HEX #B32871 Medium Red Violet

📋 copy color: '#B32871'

red 179 ◦ green 40 ◦ blue 113

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

Shades of Medium Red Violet #B32871

Tints of Medium Red Violet #B32871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.05%

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

R = 53.92%
G = 12.05%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B32871 (or 0xB32871) is known color: Medium Red Violet. HEX triplet: B3, 28 and 71. RGB value is (179,40,113). Sum of RGB (Red+Green+Blue) = 179+40+113=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B32871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32871 is #4CD78E. Grayscale: #595959. Windows color (decimal): -5035919 or 7415987. OLE color: 7415987.

HSL color Cylindrical-coordinate representation of color #B32871: hue angle of 328.49º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32871 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 40 113 -
CMYK 0 0.78 0.37 0.30
HSL 328.49º 0.63% 0.43% -
HSV(B) 328.49º 0.78% 0.7% -
XYZ 22.33 12.29 16.82 -
YUV 89.88 141.05 191.56 -
System Red Green Blue C M Y K H S L
Decimal 179 40 113 0 0.78 0.37 0.30 328.49 0.63 0.43
Hex B3 28 71 0 4E 25 1E 148 3F 2B
Octal 263 50 161 0 116 45 36 510 77 53
Binary 10110011 101000 1110001 0 1001110 100101 11110 101001000 111111 101011

Color Harmonies of #B32871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32871

Black with #B32871

Text Example


Text Example

White with #B32871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32871; }

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

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

background-color css

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

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

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

border-color css

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

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

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