Html Css Color HEX #B82974 Medium Red Violet

📋 copy color: '#B82974'

red 184 ◦ green 41 ◦ blue 116

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

Shades of Medium Red Violet #B82974

Tints of Medium Red Violet #B82974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.02%

R = 53.96%
G = 12.02%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B82974 (or 0xB82974) is known color: Medium Red Violet. HEX triplet: B8, 29 and 74. RGB value is (184,41,116). Sum of RGB (Red+Green+Blue) = 184+41+116=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B82974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82974 is #47D68B. Grayscale: #5C5C5C. Windows color (decimal): -4707980 or 7612856. OLE color: 7612856.

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

Color convert

RGB 184 41 116 -
CMYK 0 0.78 0.37 0.28
HSL 328.53º 0.64% 0.44% -
HSV(B) 328.53º 0.78% 0.72% -
XYZ 23.71 13.04 17.79 -
YUV 92.31 141.38 193.4 -
System Red Green Blue C M Y K H S L
Decimal 184 41 116 0 0.78 0.37 0.28 328.53 0.64 0.44
Hex B8 29 74 0 4E 25 1C 149 40 2C
Octal 270 51 164 0 116 45 34 511 100 54
Binary 10111000 101001 1110100 0 1001110 100101 11100 101001001 1000000 101100

Color Harmonies of #B82974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82974

Black with #B82974

Text Example


Text Example

White with #B82974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82974; }

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

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

background-color css

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

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

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

border-color css

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

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

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