Html Css Color HEX #B421AA Medium Red Violet

📋 copy color: '#B421AA'

red 180 ◦ green 33 ◦ blue 170

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

Shades of Medium Red Violet #B421AA

Tints of Medium Red Violet #B421AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.39%

R = 47%
G = 8.62%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B421AA (or 0xB421AA) is known color: Medium Red Violet. HEX triplet: B4, 21 and AA. RGB value is (180,33,170). Sum of RGB (Red+Green+Blue) = 180+33+170=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B421AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B421AA is #4BDE55. Grayscale: #5C5C5C. Windows color (decimal): -4972118 or 11149748. OLE color: 11149748.

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

Color convert

RGB 180 33 170 -
CMYK 0 0.82 0.06 0.29
HSL 304.08º 0.69% 0.42% -
HSV(B) 304.08º 0.82% 0.71% -
XYZ 26.62 13.69 39.27 -
YUV 92.57 171.7 190.36 -
System Red Green Blue C M Y K H S L
Decimal 180 33 170 0 0.82 0.06 0.29 304.08 0.69 0.42
Hex B4 21 AA 0 52 6 1D 130 45 2A
Octal 264 41 252 0 122 6 35 460 105 52
Binary 10110100 100001 10101010 0 1010010 110 11101 100110000 1000101 101010

Color Harmonies of #B421AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B421AA

Black with #B421AA

Text Example


Text Example

White with #B421AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B421AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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