Html Css Color HEX #B32480 Medium Red Violet

📋 copy color: '#B32480'

red 179 ◦ green 36 ◦ blue 128

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

Shades of Medium Red Violet #B32480

Tints of Medium Red Violet #B32480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.5%

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

R = 52.19%
G = 10.5%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B32480 (or 0xB32480) is known color: Medium Red Violet. HEX triplet: B3, 24 and 80. RGB value is (179,36,128). Sum of RGB (Red+Green+Blue) = 179+36+128=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B32480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32480 is #4CDB7F. Grayscale: #595959. Windows color (decimal): -5036928 or 8398003. OLE color: 8398003.

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

Color convert

RGB 179 36 128 -
CMYK 0 0.80 0.28 0.30
HSL 321.4º 0.67% 0.42% -
HSV(B) 321.4º 0.8% 0.7% -
XYZ 23.12 12.4 21.6 -
YUV 89.25 149.88 192.02 -
System Red Green Blue C M Y K H S L
Decimal 179 36 128 0 0.80 0.28 0.30 321.4 0.67 0.42
Hex B3 24 80 0 50 1C 1E 141 43 2A
Octal 263 44 200 0 120 34 36 501 103 52
Binary 10110011 100100 10000000 0 1010000 11100 11110 101000001 1000011 101010

Color Harmonies of #B32480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32480

Black with #B32480

Text Example


Text Example

White with #B32480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32480; }

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

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

background-color css

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

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

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

border-color css

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

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

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