Html Css Color HEX #B82980 Medium Red Violet

📋 copy color: '#B82980'

red 184 ◦ green 41 ◦ blue 128

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

Shades of Medium Red Violet #B82980

Tints of Medium Red Violet #B82980

RGB

 RED value IS 184 (72.27% from 255) = 52.12%

 GREEN value IS 41 (16.41% from 255) = 11.61%

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

R = 52.12%
G = 11.61%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B82980 (or 0xB82980) is known color: Medium Red Violet. HEX triplet: B8, 29 and 80. RGB value is (184,41,128). Sum of RGB (Red+Green+Blue) = 184+41+128=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B82980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82980 is #47D67F. Grayscale: #5D5D5D. Windows color (decimal): -4707968 or 8399288. OLE color: 8399288.

HSL color Cylindrical-coordinate representation of color #B82980: hue angle of 323.5º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82980 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 41 128 -
CMYK 0 0.78 0.30 0.28
HSL 323.5º 0.64% 0.44% -
HSV(B) 323.5º 0.78% 0.72% -
XYZ 24.46 13.33 21.71 -
YUV 93.68 147.38 192.43 -
System Red Green Blue C M Y K H S L
Decimal 184 41 128 0 0.78 0.30 0.28 323.5 0.64 0.44
Hex B8 29 80 0 4E 1E 1C 143 40 2C
Octal 270 51 200 0 116 36 34 503 100 54
Binary 10111000 101001 10000000 0 1001110 11110 11100 101000011 1000000 101100

Color Harmonies of #B82980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82980

Black with #B82980

Text Example


Text Example

White with #B82980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82980; }

 p { color: rgb(184,41,128); }

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

background-color css

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

 a { background-color: rgb(184,41,128); }

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

border-color css

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

 span { border-color: rgb(184,41,128); }

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