Html Css Color HEX #B820AC Medium Violet Red

📋 copy color: '#B820AC'

red 184 ◦ green 32 ◦ blue 172

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

Shades of Medium Violet Red #B820AC

Tints of Medium Violet Red #B820AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.33%

R = 47.42%
G = 8.25%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B820AC (or 0xB820AC) is known color: Medium Violet Red. HEX triplet: B8, 20 and AC. RGB value is (184,32,172). Sum of RGB (Red+Green+Blue) = 184+32+172=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B820AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B820AC is #47DF53. Grayscale: #5D5D5D. Windows color (decimal): -4710228 or 11280568. OLE color: 11280568.

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

Color convert

RGB 184 32 172 -
CMYK 0 0.83 0.07 0.28
HSL 304.74º 0.7% 0.42% -
HSV(B) 304.74º 0.83% 0.72% -
XYZ 27.73 14.2 40.31 -
YUV 93.41 172.36 192.62 -
System Red Green Blue C M Y K H S L
Decimal 184 32 172 0 0.83 0.07 0.28 304.74 0.7 0.42
Hex B8 20 AC 0 53 7 1C 131 46 2A
Octal 270 40 254 0 123 7 34 461 106 52
Binary 10111000 100000 10101100 0 1010011 111 11100 100110001 1000110 101010

Color Harmonies of #B820AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B820AC

Black with #B820AC

Text Example


Text Example

White with #B820AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B820AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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