Html Css Color HEX #B420AA Medium Violet Red

📋 copy color: '#B420AA'

red 180 ◦ green 32 ◦ blue 170

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

Shades of Medium Violet Red #B420AA

Tints of Medium Violet Red #B420AA

RGB

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

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

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

R = 47.12%
G = 8.38%
B = 44.5%

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

#B420AA (or 0xB420AA) is known color: Medium Violet Red. HEX triplet: B4, 20 and AA. RGB value is (180,32,170). Sum of RGB (Red+Green+Blue) = 180+32+170=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B420AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B420AA is #4BDF55. Grayscale: #5B5B5B. Windows color (decimal): -4972374 or 11149492. OLE color: 11149492.

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

Color convert

RGB 180 32 170 -
CMYK 0 0.82 0.06 0.29
HSL 304.05º 0.7% 0.42% -
HSV(B) 304.05º 0.82% 0.71% -
XYZ 26.59 13.64 39.26 -
YUV 91.98 172.03 190.78 -
System Red Green Blue C M Y K H S L
Decimal 180 32 170 0 0.82 0.06 0.29 304.05 0.7 0.42
Hex B4 20 AA 0 52 6 1D 130 46 2A
Octal 264 40 252 0 122 6 35 460 106 52
Binary 10110100 100000 10101010 0 1010010 110 11101 100110000 1000110 101010

Color Harmonies of #B420AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B420AA

Black with #B420AA

Text Example


Text Example

White with #B420AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B420AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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