Html Css Color HEX #B821AC Medium Violet Red

📋 copy color: '#B821AC'

red 184 ◦ green 33 ◦ blue 172

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

Shades of Medium Violet Red #B821AC

Tints of Medium Violet Red #B821AC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.48%

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

R = 47.3%
G = 8.48%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B821AC (or 0xB821AC) is known color: Medium Violet Red. HEX triplet: B8, 21 and AC. RGB value is (184,33,172). Sum of RGB (Red+Green+Blue) = 184+33+172=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B821AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B821AC is #47DE53. Grayscale: #5D5D5D. Windows color (decimal): -4709972 or 11280824. OLE color: 11280824.

HSL color Cylindrical-coordinate representation of color #B821AC: hue angle of 304.77º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B821AC is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 33 172 -
CMYK 0 0.82 0.07 0.28
HSL 304.77º 0.7% 0.43% -
HSV(B) 304.77º 0.82% 0.72% -
XYZ 27.76 14.26 40.32 -
YUV 94 172.03 192.2 -
System Red Green Blue C M Y K H S L
Decimal 184 33 172 0 0.82 0.07 0.28 304.77 0.7 0.43
Hex B8 21 AC 0 52 7 1C 131 46 2B
Octal 270 41 254 0 122 7 34 461 106 53
Binary 10111000 100001 10101100 0 1010010 111 11100 100110001 1000110 101011

Color Harmonies of #B821AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B821AC

Black with #B821AC

Text Example


Text Example

White with #B821AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B821AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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