Html Css Color HEX #B32297 Medium Red Violet

📋 copy color: '#B32297'

red 179 ◦ green 34 ◦ blue 151

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

Shades of Medium Red Violet #B32297

Tints of Medium Red Violet #B32297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.48%

R = 49.18%
G = 9.34%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B32297 (or 0xB32297) is known color: Medium Red Violet. HEX triplet: B3, 22 and 97. RGB value is (179,34,151). Sum of RGB (Red+Green+Blue) = 179+34+151=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B32297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32297 is #4CDD68. Grayscale: #5A5A5A. Windows color (decimal): -5037417 or 9904819. OLE color: 9904819.

HSL color Cylindrical-coordinate representation of color #B32297: hue angle of 311.59º 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 #B32297 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 34 151 -
CMYK 0 0.81 0.16 0.30
HSL 311.59º 0.68% 0.42% -
HSV(B) 311.59º 0.81% 0.7% -
XYZ 24.75 12.96 30.48 -
YUV 90.69 162.04 190.99 -
System Red Green Blue C M Y K H S L
Decimal 179 34 151 0 0.81 0.16 0.30 311.59 0.68 0.42
Hex B3 22 97 0 51 10 1E 138 44 2A
Octal 263 42 227 0 121 20 36 470 104 52
Binary 10110011 100010 10010111 0 1010001 10000 11110 100111000 1000100 101010

Color Harmonies of #B32297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32297

Black with #B32297

Text Example


Text Example

White with #B32297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32297; }

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

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

background-color css

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

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

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

border-color css

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

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

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