Html Css Color HEX #B820A0 Medium Violet Red

📋 copy color: '#B820A0'

red 184 ◦ green 32 ◦ blue 160

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

Shades of Medium Violet Red #B820A0

Tints of Medium Violet Red #B820A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 42.55%

R = 48.94%
G = 8.51%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B820A0 (or 0xB820A0) is known color: Medium Violet Red. HEX triplet: B8, 20 and A0. RGB value is (184,32,160). Sum of RGB (Red+Green+Blue) = 184+32+160=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B820A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B820A0 is #47DF5F. Grayscale: #5B5B5B. Windows color (decimal): -4710240 or 10494136. OLE color: 10494136.

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

Color convert

RGB 184 32 160 -
CMYK 0 0.83 0.13 0.28
HSL 309.47º 0.7% 0.42% -
HSV(B) 309.47º 0.83% 0.72% -
XYZ 26.63 13.76 34.51 -
YUV 92.04 166.36 193.59 -
System Red Green Blue C M Y K H S L
Decimal 184 32 160 0 0.83 0.13 0.28 309.47 0.7 0.42
Hex B8 20 A0 0 53 D 1C 135 46 2A
Octal 270 40 240 0 123 15 34 465 106 52
Binary 10111000 100000 10100000 0 1010011 1101 11100 100110101 1000110 101010

Color Harmonies of #B820A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B820A0

Black with #B820A0

Text Example


Text Example

White with #B820A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B820A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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