Html Css Color HEX #B32780 Medium Red Violet

📋 copy color: '#B32780'

red 179 ◦ green 39 ◦ blue 128

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

Shades of Medium Red Violet #B32780

Tints of Medium Red Violet #B32780

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.27%

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

R = 51.73%
G = 11.27%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B32780 (or 0xB32780) is known color: Medium Red Violet. HEX triplet: B3, 27 and 80. RGB value is (179,39,128). Sum of RGB (Red+Green+Blue) = 179+39+128=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B32780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32780 is #4CD87F. Grayscale: #5A5A5A. Windows color (decimal): -5036160 or 8398771. OLE color: 8398771.

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

Color convert

RGB 179 39 128 -
CMYK 0 0.78 0.28 0.30
HSL 321.86º 0.64% 0.43% -
HSV(B) 321.86º 0.78% 0.7% -
XYZ 23.21 12.59 21.63 -
YUV 91.01 148.88 190.76 -
System Red Green Blue C M Y K H S L
Decimal 179 39 128 0 0.78 0.28 0.30 321.86 0.64 0.43
Hex B3 27 80 0 4E 1C 1E 142 40 2B
Octal 263 47 200 0 116 34 36 502 100 53
Binary 10110011 100111 10000000 0 1001110 11100 11110 101000010 1000000 101011

Color Harmonies of #B32780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32780

Black with #B32780

Text Example


Text Example

White with #B32780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32780; }

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

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

background-color css

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

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

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

border-color css

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

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

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