Html Css Color HEX #B406A0 Medium Violet Red

📋 copy color: '#B406A0'

red 180 ◦ green 6 ◦ blue 160

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

Shades of Medium Violet Red #B406A0

Tints of Medium Violet Red #B406A0

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.73%

 BLUE value IS 160 (62.89% from 255) = 46.24%

R = 52.02%
G = 1.73%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B406A0 (or 0xB406A0) is known color: Medium Violet Red. HEX triplet: B4, 06 and A0. RGB value is (180,6,160). Sum of RGB (Red+Green+Blue) = 180+6+160=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 160 (62.89% from 255 or 46.24% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B406A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B406A0 is #4BF95F. Grayscale: #4B4B4B. Windows color (decimal): -4979040 or 10487476. OLE color: 10487476.

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

Color convert

RGB 180 6 160 -
CMYK 0 0.97 0.11 0.29
HSL 306.9º 0.94% 0.36% -
HSV(B) 306.9º 0.97% 0.71% -
XYZ 25.23 12.37 34.32 -
YUV 75.58 175.65 202.48 -
System Red Green Blue C M Y K H S L
Decimal 180 6 160 0 0.97 0.11 0.29 306.9 0.94 0.36
Hex B4 6 A0 0 61 B 1D 133 5E 24
Octal 264 6 240 0 141 13 35 463 136 44
Binary 10110100 110 10100000 0 1100001 1011 11101 100110011 1011110 100100

Color Harmonies of #B406A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B406A0

Black with #B406A0

Text Example


Text Example

White with #B406A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B406A0; }

 p { color: rgb(180,6,160); }

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

background-color css

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

 a { background-color: rgb(180,6,160); }

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

border-color css

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

 span { border-color: rgb(180,6,160); }

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