Html Css Color HEX #B82977 Medium Red Violet

📋 copy color: '#B82977'

red 184 ◦ green 41 ◦ blue 119

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

Shades of Medium Red Violet #B82977

Tints of Medium Red Violet #B82977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.59%

R = 53.49%
G = 11.92%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B82977 (or 0xB82977) is known color: Medium Red Violet. HEX triplet: B8, 29 and 77. RGB value is (184,41,119). Sum of RGB (Red+Green+Blue) = 184+41+119=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B82977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82977 is #47D688. Grayscale: #5C5C5C. Windows color (decimal): -4707977 or 7809464. OLE color: 7809464.

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

Color convert

RGB 184 41 119 -
CMYK 0 0.78 0.35 0.28
HSL 327.27º 0.64% 0.44% -
HSV(B) 327.27º 0.78% 0.72% -
XYZ 23.89 13.11 18.72 -
YUV 92.65 142.88 193.16 -
System Red Green Blue C M Y K H S L
Decimal 184 41 119 0 0.78 0.35 0.28 327.27 0.64 0.44
Hex B8 29 77 0 4E 23 1C 147 40 2C
Octal 270 51 167 0 116 43 34 507 100 54
Binary 10111000 101001 1110111 0 1001110 100011 11100 101000111 1000000 101100

Color Harmonies of #B82977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82977

Black with #B82977

Text Example


Text Example

White with #B82977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82977; }

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

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

background-color css

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

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

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

border-color css

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

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

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