Html Css Color HEX #B821AB Medium Violet Red

📋 copy color: '#B821AB'

red 184 ◦ green 33 ◦ blue 171

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

Shades of Medium Violet Red #B821AB

Tints of Medium Violet Red #B821AB

RGB

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

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

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

R = 47.42%
G = 8.51%
B = 44.07%

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

#B821AB (or 0xB821AB) is known color: Medium Violet Red. HEX triplet: B8, 21 and AB. RGB value is (184,33,171). Sum of RGB (Red+Green+Blue) = 184+33+171=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B821AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B821AB is #47DE54. Grayscale: #5D5D5D. Windows color (decimal): -4709973 or 11215288. OLE color: 11215288.

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

Color convert

RGB 184 33 171 -
CMYK 0 0.82 0.07 0.28
HSL 305.17º 0.7% 0.43% -
HSV(B) 305.17º 0.82% 0.72% -
XYZ 27.66 14.22 39.81 -
YUV 93.88 171.53 192.28 -
System Red Green Blue C M Y K H S L
Decimal 184 33 171 0 0.82 0.07 0.28 305.17 0.7 0.43
Hex B8 21 AB 0 52 7 1C 131 46 2B
Octal 270 41 253 0 122 7 34 461 106 53
Binary 10111000 100001 10101011 0 1010010 111 11100 100110001 1000110 101011

Color Harmonies of #B821AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B821AB

Black with #B821AB

Text Example


Text Example

White with #B821AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B821AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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