Html Css Color HEX #B416A2 Medium Violet Red

📋 copy color: '#B416A2'

red 180 ◦ green 22 ◦ blue 162

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

Shades of Medium Violet Red #B416A2

Tints of Medium Violet Red #B416A2

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.04%

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

R = 49.45%
G = 6.04%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B416A2 (or 0xB416A2) is known color: Medium Violet Red. HEX triplet: B4, 16 and A2. RGB value is (180,22,162). Sum of RGB (Red+Green+Blue) = 180+22+162=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B416A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B416A2 is #4BE95D. Grayscale: #545454. Windows color (decimal): -4974942 or 10622644. OLE color: 10622644.

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

Color convert

RGB 180 22 162 -
CMYK 0 0.88 0.1 0.29
HSL 306.84º 0.78% 0.4% -
HSV(B) 306.84º 0.88% 0.71% -
XYZ 25.63 12.89 35.32 -
YUV 85.2 171.35 195.62 -
System Red Green Blue C M Y K H S L
Decimal 180 22 162 0 0.88 0.1 0.29 306.84 0.78 0.4
Hex B4 16 A2 0 58 A 1D 133 4E 28
Octal 264 26 242 0 130 12 35 463 116 50
Binary 10110100 10110 10100010 0 1011000 1010 11101 100110011 1001110 101000

Color Harmonies of #B416A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B416A2

Black with #B416A2

Text Example


Text Example

White with #B416A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B416A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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