Html Css Color HEX #B82094 Medium Violet Red

📋 copy color: '#B82094'

red 184 ◦ green 32 ◦ blue 148

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

Shades of Medium Violet Red #B82094

Tints of Medium Violet Red #B82094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.66%

R = 50.55%
G = 8.79%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B82094 (or 0xB82094) is known color: Medium Violet Red. HEX triplet: B8, 20 and 94. RGB value is (184,32,148). Sum of RGB (Red+Green+Blue) = 184+32+148=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B82094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82094 is #47DF6B. Grayscale: #5A5A5A. Windows color (decimal): -4710252 or 9707704. OLE color: 9707704.

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

Color convert

RGB 184 32 148 -
CMYK 0 0.83 0.20 0.28
HSL 314.21º 0.7% 0.42% -
HSV(B) 314.21º 0.83% 0.72% -
XYZ 25.63 13.36 29.25 -
YUV 90.67 160.36 194.57 -
System Red Green Blue C M Y K H S L
Decimal 184 32 148 0 0.83 0.20 0.28 314.21 0.7 0.42
Hex B8 20 94 0 53 14 1C 13A 46 2A
Octal 270 40 224 0 123 24 34 472 106 52
Binary 10111000 100000 10010100 0 1010011 10100 11100 100111010 1000110 101010

Color Harmonies of #B82094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82094

Black with #B82094

Text Example


Text Example

White with #B82094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82094; }

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

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

background-color css

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

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

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

border-color css

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

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

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