Html Css Color HEX #B400A3 Medium Violet Red

📋 copy color: '#B400A3'

red 180 ◦ green 0 ◦ blue 163

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

Shades of Medium Violet Red #B400A3

Tints of Medium Violet Red #B400A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 47.52%

R = 52.48%
G = 0%
B = 47.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B400A3 (or 0xB400A3) is known color: Medium Violet Red. HEX triplet: B4, 00 and A3. RGB value is (180,0,163). Sum of RGB (Red+Green+Blue) = 180+0+163=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 163 (64.06% from 255 or 47.52% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B400A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B400A3 is #4BFF5C. Grayscale: #474747. Windows color (decimal): -4980573 or 10682548. OLE color: 10682548.

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

Color convert

RGB 180 0 163 -
CMYK 0 1 0.09 0.29
HSL 305.67º 1% 0.35% -
HSV(B) 305.67º 1% 0.71% -
XYZ 25.43 12.35 35.69 -
YUV 72.4 179.13 204.75 -
System Red Green Blue C M Y K H S L
Decimal 180 0 163 0 1 0.09 0.29 305.67 1 0.35
Hex B4 0 A3 0 64 9 1D 132 64 23
Octal 264 0 243 0 144 11 35 462 144 43
Binary 10110100 0 10100011 0 1100100 1001 11101 100110010 1100100 100011

Color Harmonies of #B400A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B400A3

Black with #B400A3

Text Example


Text Example

White with #B400A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B400A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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