Html Css Color HEX #B820A8 Medium Violet Red

📋 copy color: '#B820A8'

red 184 ◦ green 32 ◦ blue 168

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

Shades of Medium Violet Red #B820A8

Tints of Medium Violet Red #B820A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.75%

R = 47.92%
G = 8.33%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B820A8 (or 0xB820A8) is known color: Medium Violet Red. HEX triplet: B8, 20 and A8. RGB value is (184,32,168). Sum of RGB (Red+Green+Blue) = 184+32+168=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 168 (66.02% from 255 or 43.75% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B820A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B820A8 is #47DF57. Grayscale: #5C5C5C. Windows color (decimal): -4710232 or 11018424. OLE color: 11018424.

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

Color convert

RGB 184 32 168 -
CMYK 0 0.83 0.09 0.28
HSL 306.32º 0.7% 0.42% -
HSV(B) 306.32º 0.83% 0.72% -
XYZ 27.35 14.05 38.32 -
YUV 92.95 170.36 192.94 -
System Red Green Blue C M Y K H S L
Decimal 184 32 168 0 0.83 0.09 0.28 306.32 0.7 0.42
Hex B8 20 A8 0 53 9 1C 132 46 2A
Octal 270 40 250 0 123 11 34 462 106 52
Binary 10111000 100000 10101000 0 1010011 1001 11100 100110010 1000110 101010

Color Harmonies of #B820A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B820A8

Black with #B820A8

Text Example


Text Example

White with #B820A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B820A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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