Html Css Color HEX #B82880 Medium Red Violet

📋 copy color: '#B82880'

red 184 ◦ green 40 ◦ blue 128

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

Shades of Medium Red Violet #B82880

Tints of Medium Red Violet #B82880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.36%

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

R = 52.27%
G = 11.36%
B = 36.36%

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

#B82880 (or 0xB82880) is known color: Medium Red Violet. HEX triplet: B8, 28 and 80. RGB value is (184,40,128). Sum of RGB (Red+Green+Blue) = 184+40+128=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B82880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82880 is #47D77F. Grayscale: #5C5C5C. Windows color (decimal): -4708224 or 8399032. OLE color: 8399032.

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

Color convert

RGB 184 40 128 -
CMYK 0 0.78 0.30 0.28
HSL 323.33º 0.64% 0.44% -
HSV(B) 323.33º 0.78% 0.72% -
XYZ 24.42 13.27 21.7 -
YUV 93.09 147.71 192.84 -
System Red Green Blue C M Y K H S L
Decimal 184 40 128 0 0.78 0.30 0.28 323.33 0.64 0.44
Hex B8 28 80 0 4E 1E 1C 143 40 2C
Octal 270 50 200 0 116 36 34 503 100 54
Binary 10111000 101000 10000000 0 1001110 11110 11100 101000011 1000000 101100

Color Harmonies of #B82880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82880

Black with #B82880

Text Example


Text Example

White with #B82880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82880; }

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

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

background-color css

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

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

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

border-color css

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

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

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