Html Css Color HEX #B820A1 Medium Violet Red

📋 copy color: '#B820A1'

red 184 ◦ green 32 ◦ blue 161

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

Shades of Medium Violet Red #B820A1

Tints of Medium Violet Red #B820A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.71%

R = 48.81%
G = 8.49%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B820A1 (or 0xB820A1) is known color: Medium Violet Red. HEX triplet: B8, 20 and A1. RGB value is (184,32,161). Sum of RGB (Red+Green+Blue) = 184+32+161=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B820A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B820A1 is #47DF5E. Grayscale: #5B5B5B. Windows color (decimal): -4710239 or 10559672. OLE color: 10559672.

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

Color convert

RGB 184 32 161 -
CMYK 0 0.83 0.12 0.28
HSL 309.08º 0.7% 0.42% -
HSV(B) 309.08º 0.83% 0.72% -
XYZ 26.72 13.8 34.97 -
YUV 92.15 166.86 193.51 -
System Red Green Blue C M Y K H S L
Decimal 184 32 161 0 0.83 0.12 0.28 309.08 0.7 0.42
Hex B8 20 A1 0 53 C 1C 135 46 2A
Octal 270 40 241 0 123 14 34 465 106 52
Binary 10111000 100000 10100001 0 1010011 1100 11100 100110101 1000110 101010

Color Harmonies of #B820A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B820A1

Black with #B820A1

Text Example


Text Example

White with #B820A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B820A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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