Html Css Color HEX #B400A1 Medium Violet Red

📋 copy color: '#B400A1'

red 180 ◦ green 0 ◦ blue 161

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

Shades of Medium Violet Red #B400A1

Tints of Medium Violet Red #B400A1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 161 (63.28% from 255) = 47.21%

R = 52.79%
G = 0%
B = 47.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B400A1 (or 0xB400A1) is known color: Medium Violet Red. HEX triplet: B4, 00 and A1. RGB value is (180,0,161). Sum of RGB (Red+Green+Blue) = 180+0+161=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 161 (63.28% from 255 or 47.21% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B400A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B400A1 is #4BFF5E. Grayscale: #474747. Windows color (decimal): -4980575 or 10551476. OLE color: 10551476.

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

Color convert

RGB 180 0 161 -
CMYK 0 1 0.11 0.29
HSL 306.33º 1% 0.35% -
HSV(B) 306.33º 1% 0.71% -
XYZ 25.26 12.28 34.76 -
YUV 72.17 178.13 204.91 -
System Red Green Blue C M Y K H S L
Decimal 180 0 161 0 1 0.11 0.29 306.33 1 0.35
Hex B4 0 A1 0 64 B 1D 132 64 23
Octal 264 0 241 0 144 13 35 462 144 43
Binary 10110100 0 10100001 0 1100100 1011 11101 100110010 1100100 100011

Color Harmonies of #B400A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B400A1

Black with #B400A1

Text Example


Text Example

White with #B400A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B400A1; }

 p { color: rgb(180,0,161); }

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

background-color css

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

 a { background-color: rgb(180,0,161); }

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

border-color css

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

 span { border-color: rgb(180,0,161); }

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