Html Css Color HEX #B419A2 Medium Violet Red

📋 copy color: '#B419A2'

red 180 ◦ green 25 ◦ blue 162

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

Shades of Medium Violet Red #B419A2

Tints of Medium Violet Red #B419A2

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.81%

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

R = 49.05%
G = 6.81%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B419A2 (or 0xB419A2) is known color: Medium Violet Red. HEX triplet: B4, 19 and A2. RGB value is (180,25,162). Sum of RGB (Red+Green+Blue) = 180+25+162=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B419A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B419A2 is #4BE65D. Grayscale: #565656. Windows color (decimal): -4974174 or 10623412. OLE color: 10623412.

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

Color convert

RGB 180 25 162 -
CMYK 0 0.86 0.1 0.29
HSL 306.97º 0.76% 0.4% -
HSV(B) 306.97º 0.86% 0.71% -
XYZ 25.69 13.01 35.34 -
YUV 86.96 170.35 194.36 -
System Red Green Blue C M Y K H S L
Decimal 180 25 162 0 0.86 0.1 0.29 306.97 0.76 0.4
Hex B4 19 A2 0 56 A 1D 133 4C 28
Octal 264 31 242 0 126 12 35 463 114 50
Binary 10110100 11001 10100010 0 1010110 1010 11101 100110011 1001100 101000

Color Harmonies of #B419A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B419A2

Black with #B419A2

Text Example


Text Example

White with #B419A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B419A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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