Html Css Color HEX #B82978 Medium Red Violet

📋 copy color: '#B82978'

red 184 ◦ green 41 ◦ blue 120

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

Shades of Medium Red Violet #B82978

Tints of Medium Red Violet #B82978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.78%

R = 53.33%
G = 11.88%
B = 34.78%

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

#B82978 (or 0xB82978) is known color: Medium Red Violet. HEX triplet: B8, 29 and 78. RGB value is (184,41,120). Sum of RGB (Red+Green+Blue) = 184+41+120=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B82978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82978 is #47D687. Grayscale: #5C5C5C. Windows color (decimal): -4707976 or 7875000. OLE color: 7875000.

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

Color convert

RGB 184 41 120 -
CMYK 0 0.78 0.35 0.28
HSL 326.85º 0.64% 0.44% -
HSV(B) 326.85º 0.78% 0.72% -
XYZ 23.95 13.13 19.04 -
YUV 92.76 143.38 193.08 -
System Red Green Blue C M Y K H S L
Decimal 184 41 120 0 0.78 0.35 0.28 326.85 0.64 0.44
Hex B8 29 78 0 4E 23 1C 147 40 2C
Octal 270 51 170 0 116 43 34 507 100 54
Binary 10111000 101001 1111000 0 1001110 100011 11100 101000111 1000000 101100

Color Harmonies of #B82978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82978

Black with #B82978

Text Example


Text Example

White with #B82978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82978; }

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

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

background-color css

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

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

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

border-color css

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

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

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