Html Css Color HEX #B820AA Medium Violet Red

📋 copy color: '#B820AA'

red 184 ◦ green 32 ◦ blue 170

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

Shades of Medium Violet Red #B820AA

Tints of Medium Violet Red #B820AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.04%

R = 47.67%
G = 8.29%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B820AA (or 0xB820AA) is known color: Medium Violet Red. HEX triplet: B8, 20 and AA. RGB value is (184,32,170). Sum of RGB (Red+Green+Blue) = 184+32+170=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B820AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B820AA is #47DF55. Grayscale: #5C5C5C. Windows color (decimal): -4710230 or 11149496. OLE color: 11149496.

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

Color convert

RGB 184 32 170 -
CMYK 0 0.83 0.08 0.28
HSL 305.53º 0.7% 0.42% -
HSV(B) 305.53º 0.83% 0.72% -
XYZ 27.54 14.13 39.31 -
YUV 93.18 171.36 192.78 -
System Red Green Blue C M Y K H S L
Decimal 184 32 170 0 0.83 0.08 0.28 305.53 0.7 0.42
Hex B8 20 AA 0 53 8 1C 132 46 2A
Octal 270 40 252 0 123 10 34 462 106 52
Binary 10111000 100000 10101010 0 1010011 1000 11100 100110010 1000110 101010

Color Harmonies of #B820AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B820AA

Black with #B820AA

Text Example


Text Example

White with #B820AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B820AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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