Html Css Color HEX #B420AB Medium Violet Red

📋 copy color: '#B420AB'

red 180 ◦ green 32 ◦ blue 171

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

Shades of Medium Violet Red #B420AB

Tints of Medium Violet Red #B420AB

RGB

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

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

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

R = 47%
G = 8.36%
B = 44.65%

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

#B420AB (or 0xB420AB) is known color: Medium Violet Red. HEX triplet: B4, 20 and AB. RGB value is (180,32,171). Sum of RGB (Red+Green+Blue) = 180+32+171=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B420AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B420AB is #4BDF54. Grayscale: #5B5B5B. Windows color (decimal): -4972373 or 11215028. OLE color: 11215028.

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

Color convert

RGB 180 32 171 -
CMYK 0 0.82 0.05 0.29
HSL 303.65º 0.7% 0.42% -
HSV(B) 303.65º 0.82% 0.71% -
XYZ 26.69 13.68 39.76 -
YUV 92.1 172.53 190.7 -
System Red Green Blue C M Y K H S L
Decimal 180 32 171 0 0.82 0.05 0.29 303.65 0.7 0.42
Hex B4 20 AB 0 52 5 1D 130 46 2A
Octal 264 40 253 0 122 5 35 460 106 52
Binary 10110100 100000 10101011 0 1010010 101 11101 100110000 1000110 101010

Color Harmonies of #B420AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B420AB

Black with #B420AB

Text Example


Text Example

White with #B420AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B420AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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