Html Css Color HEX #B401A2 Medium Violet Red

📋 copy color: '#B401A2'

red 180 ◦ green 1 ◦ blue 162

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

Shades of Medium Violet Red #B401A2

Tints of Medium Violet Red #B401A2

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 162 (63.67% from 255) = 47.23%

R = 52.48%
G = 0.29%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B401A2 (or 0xB401A2) is known color: Medium Violet Red. HEX triplet: B4, 01 and A2. RGB value is (180,1,162). Sum of RGB (Red+Green+Blue) = 180+1+162=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B401A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B401A2 is #4BFE5D. Grayscale: #484848. Windows color (decimal): -4980318 or 10617268. OLE color: 10617268.

HSL color Cylindrical-coordinate representation of color #B401A2: hue angle of 306.03º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B401A2 is Cyan = 0, Magento = 0.99, Yellow = 0.1 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 1 162 -
CMYK 0 0.99 0.1 0.29
HSL 306.03º 0.99% 0.35% -
HSV(B) 306.03º 0.99% 0.71% -
XYZ 25.35 12.33 35.23 -
YUV 72.88 178.3 204.41 -
System Red Green Blue C M Y K H S L
Decimal 180 1 162 0 0.99 0.1 0.29 306.03 0.99 0.35
Hex B4 1 A2 0 63 A 1D 132 63 23
Octal 264 1 242 0 143 12 35 462 143 43
Binary 10110100 1 10100010 0 1100011 1010 11101 100110010 1100011 100011

Color Harmonies of #B401A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B401A2

Black with #B401A2

Text Example


Text Example

White with #B401A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B401A2; }

 p { color: rgb(180,1,162); }

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

background-color css

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

 a { background-color: rgb(180,1,162); }

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

border-color css

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

 span { border-color: rgb(180,1,162); }

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