Html Css Color HEX #B82972 Medium Red Violet

📋 copy color: '#B82972'

red 184 ◦ green 41 ◦ blue 114

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

Shades of Medium Red Violet #B82972

Tints of Medium Red Violet #B82972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 54.28%
G = 12.09%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B82972 (or 0xB82972) is known color: Medium Red Violet. HEX triplet: B8, 29 and 72. RGB value is (184,41,114). Sum of RGB (Red+Green+Blue) = 184+41+114=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B82972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82972 is #47D68D. Grayscale: #5B5B5B. Windows color (decimal): -4707982 or 7481784. OLE color: 7481784.

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

Color convert

RGB 184 41 114 -
CMYK 0 0.78 0.38 0.28
HSL 329.37º 0.64% 0.44% -
HSV(B) 329.37º 0.78% 0.72% -
XYZ 23.6 12.99 17.18 -
YUV 92.08 140.38 193.56 -
System Red Green Blue C M Y K H S L
Decimal 184 41 114 0 0.78 0.38 0.28 329.37 0.64 0.44
Hex B8 29 72 0 4E 26 1C 149 40 2C
Octal 270 51 162 0 116 46 34 511 100 54
Binary 10111000 101001 1110010 0 1001110 100110 11100 101001001 1000000 101100

Color Harmonies of #B82972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82972

Black with #B82972

Text Example


Text Example

White with #B82972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82972; }

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

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

background-color css

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

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

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

border-color css

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

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

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