Html Css Color HEX #B82292 Medium Red Violet

📋 copy color: '#B82292'

red 184 ◦ green 34 ◦ blue 146

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

Shades of Medium Red Violet #B82292

Tints of Medium Red Violet #B82292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.34%

 BLUE value IS 146 (57.42% from 255) = 40.11%

R = 50.55%
G = 9.34%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B82292 (or 0xB82292) is known color: Medium Red Violet. HEX triplet: B8, 22 and 92. RGB value is (184,34,146). Sum of RGB (Red+Green+Blue) = 184+34+146=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B82292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82292 is #47DD6D. Grayscale: #5B5B5B. Windows color (decimal): -4709742 or 9577144. OLE color: 9577144.

HSL color Cylindrical-coordinate representation of color #B82292: hue angle of 315.2º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82292 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 34 146 -
CMYK 0 0.82 0.21 0.28
HSL 315.2º 0.69% 0.43% -
HSV(B) 315.2º 0.82% 0.72% -
XYZ 25.53 13.41 28.44 -
YUV 91.62 158.7 193.89 -
System Red Green Blue C M Y K H S L
Decimal 184 34 146 0 0.82 0.21 0.28 315.2 0.69 0.43
Hex B8 22 92 0 52 15 1C 13B 45 2B
Octal 270 42 222 0 122 25 34 473 105 53
Binary 10111000 100010 10010010 0 1010010 10101 11100 100111011 1000101 101011

Color Harmonies of #B82292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82292

Black with #B82292

Text Example


Text Example

White with #B82292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82292; }

 p { color: rgb(184,34,146); }

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

background-color css

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

 a { background-color: rgb(184,34,146); }

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

border-color css

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

 span { border-color: rgb(184,34,146); }

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