Html Css Color HEX #B820AB Medium Violet Red

📋 copy color: '#B820AB'

red 184 ◦ green 32 ◦ blue 171

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

Shades of Medium Violet Red #B820AB

Tints of Medium Violet Red #B820AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.19%

R = 47.55%
G = 8.27%
B = 44.19%

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

#B820AB (or 0xB820AB) is known color: Medium Violet Red. HEX triplet: B8, 20 and AB. RGB value is (184,32,171). Sum of RGB (Red+Green+Blue) = 184+32+171=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B820AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B820AB is #47DF54. Grayscale: #5C5C5C. Windows color (decimal): -4710229 or 11215032. OLE color: 11215032.

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

Color convert

RGB 184 32 171 -
CMYK 0 0.83 0.07 0.28
HSL 305.13º 0.7% 0.42% -
HSV(B) 305.13º 0.83% 0.72% -
XYZ 27.63 14.16 39.81 -
YUV 93.29 171.86 192.7 -
System Red Green Blue C M Y K H S L
Decimal 184 32 171 0 0.83 0.07 0.28 305.13 0.7 0.42
Hex B8 20 AB 0 53 7 1C 131 46 2A
Octal 270 40 253 0 123 7 34 461 106 52
Binary 10111000 100000 10101011 0 1010011 111 11100 100110001 1000110 101010

Color Harmonies of #B820AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B820AB

Black with #B820AB

Text Example


Text Example

White with #B820AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B820AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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