Html Css Color HEX #B421AB Medium Red Violet

📋 copy color: '#B421AB'

red 180 ◦ green 33 ◦ blue 171

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

Shades of Medium Red Violet #B421AB

Tints of Medium Red Violet #B421AB

RGB

 RED value IS 180 (70.7% from 255) = 46.88%

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

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

R = 46.88%
G = 8.59%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B421AB (or 0xB421AB) is known color: Medium Red Violet. HEX triplet: B4, 21 and AB. RGB value is (180,33,171). Sum of RGB (Red+Green+Blue) = 180+33+171=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B421AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B421AB is #4BDE54. Grayscale: #5C5C5C. Windows color (decimal): -4972117 or 11215284. OLE color: 11215284.

HSL color Cylindrical-coordinate representation of color #B421AB: hue angle of 303.67º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B421AB is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 33 171 -
CMYK 0 0.82 0.05 0.29
HSL 303.67º 0.69% 0.42% -
HSV(B) 303.67º 0.82% 0.71% -
XYZ 26.72 13.73 39.77 -
YUV 92.69 172.2 190.28 -
System Red Green Blue C M Y K H S L
Decimal 180 33 171 0 0.82 0.05 0.29 303.67 0.69 0.42
Hex B4 21 AB 0 52 5 1D 130 45 2A
Octal 264 41 253 0 122 5 35 460 105 52
Binary 10110100 100001 10101011 0 1010010 101 11101 100110000 1000101 101010

Color Harmonies of #B421AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B421AB

Black with #B421AB

Text Example


Text Example

White with #B421AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B421AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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