Html Css Color HEX #B82074 Medium Violet Red

📋 copy color: '#B82074'

red 184 ◦ green 32 ◦ blue 116

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

Shades of Medium Violet Red #B82074

Tints of Medium Violet Red #B82074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.64%

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

R = 55.42%
G = 9.64%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B82074 (or 0xB82074) is known color: Medium Violet Red. HEX triplet: B8, 20 and 74. RGB value is (184,32,116). Sum of RGB (Red+Green+Blue) = 184+32+116=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B82074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82074 is #47DF8B. Grayscale: #565656. Windows color (decimal): -4710284 or 7610552. OLE color: 7610552.

HSL color Cylindrical-coordinate representation of color #B82074: hue angle of 326.84º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B82074 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 32 116 -
CMYK 0 0.83 0.37 0.28
HSL 326.84º 0.7% 0.42% -
HSV(B) 326.84º 0.83% 0.72% -
XYZ 23.44 12.48 17.7 -
YUV 87.02 144.36 197.17 -
System Red Green Blue C M Y K H S L
Decimal 184 32 116 0 0.83 0.37 0.28 326.84 0.7 0.42
Hex B8 20 74 0 53 25 1C 147 46 2A
Octal 270 40 164 0 123 45 34 507 106 52
Binary 10111000 100000 1110100 0 1010011 100101 11100 101000111 1000110 101010

Color Harmonies of #B82074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82074

Black with #B82074

Text Example


Text Example

White with #B82074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82074; }

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

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

background-color css

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

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

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

border-color css

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

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

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