Html Css Color HEX #B32280 Medium Red Violet

📋 copy color: '#B32280'

red 179 ◦ green 34 ◦ blue 128

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

Shades of Medium Red Violet #B32280

Tints of Medium Red Violet #B32280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.54%

R = 52.49%
G = 9.97%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B32280 (or 0xB32280) is known color: Medium Red Violet. HEX triplet: B3, 22 and 80. RGB value is (179,34,128). Sum of RGB (Red+Green+Blue) = 179+34+128=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B32280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32280 is #4CDD7F. Grayscale: #575757. Windows color (decimal): -5037440 or 8397491. OLE color: 8397491.

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

Color convert

RGB 179 34 128 -
CMYK 0 0.81 0.28 0.30
HSL 321.1º 0.68% 0.42% -
HSV(B) 321.1º 0.81% 0.7% -
XYZ 23.06 12.29 21.58 -
YUV 88.07 150.54 192.86 -
System Red Green Blue C M Y K H S L
Decimal 179 34 128 0 0.81 0.28 0.30 321.1 0.68 0.42
Hex B3 22 80 0 51 1C 1E 141 44 2A
Octal 263 42 200 0 121 34 36 501 104 52
Binary 10110011 100010 10000000 0 1010001 11100 11110 101000001 1000100 101010

Color Harmonies of #B32280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32280

Black with #B32280

Text Example


Text Example

White with #B32280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32280; }

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

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

background-color css

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

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

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

border-color css

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

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

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