Html Css Color HEX #B32281 Medium Red Violet

📋 copy color: '#B32281'

red 179 ◦ green 34 ◦ blue 129

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

Shades of Medium Red Violet #B32281

Tints of Medium Red Violet #B32281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.72%

R = 52.34%
G = 9.94%
B = 37.72%

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

#B32281 (or 0xB32281) is known color: Medium Red Violet. HEX triplet: B3, 22 and 81. RGB value is (179,34,129). Sum of RGB (Red+Green+Blue) = 179+34+129=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B32281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32281 is #4CDD7E. Grayscale: #575757. Windows color (decimal): -5037439 or 8463027. OLE color: 8463027.

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

Color convert

RGB 179 34 129 -
CMYK 0 0.81 0.28 0.30
HSL 320.69º 0.68% 0.42% -
HSV(B) 320.69º 0.81% 0.7% -
XYZ 23.12 12.31 21.93 -
YUV 88.19 151.04 192.78 -
System Red Green Blue C M Y K H S L
Decimal 179 34 129 0 0.81 0.28 0.30 320.69 0.68 0.42
Hex B3 22 81 0 51 1C 1E 141 44 2A
Octal 263 42 201 0 121 34 36 501 104 52
Binary 10110011 100010 10000001 0 1010001 11100 11110 101000001 1000100 101010

Color Harmonies of #B32281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32281

Black with #B32281

Text Example


Text Example

White with #B32281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32281; }

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

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

background-color css

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

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

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

border-color css

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

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

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