Html Css Color HEX #B41EA2 Medium Violet Red

📋 copy color: '#B41EA2'

red 180 ◦ green 30 ◦ blue 162

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

Shades of Medium Violet Red #B41EA2

Tints of Medium Violet Red #B41EA2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.06%

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

R = 48.39%
G = 8.06%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B41EA2 (or 0xB41EA2) is known color: Medium Violet Red. HEX triplet: B4, 1E and A2. RGB value is (180,30,162). Sum of RGB (Red+Green+Blue) = 180+30+162=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B41EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41EA2 is #4BE15D. Grayscale: #595959. Windows color (decimal): -4972894 or 10624692. OLE color: 10624692.

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

Color convert

RGB 180 30 162 -
CMYK 0 0.83 0.1 0.29
HSL 307.2º 0.71% 0.41% -
HSV(B) 307.2º 0.83% 0.71% -
XYZ 25.81 13.24 35.38 -
YUV 89.9 168.7 192.27 -
System Red Green Blue C M Y K H S L
Decimal 180 30 162 0 0.83 0.1 0.29 307.2 0.71 0.41
Hex B4 1E A2 0 53 A 1D 133 47 29
Octal 264 36 242 0 123 12 35 463 107 51
Binary 10110100 11110 10100010 0 1010011 1010 11101 100110011 1000111 101001

Color Harmonies of #B41EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41EA2

Black with #B41EA2

Text Example


Text Example

White with #B41EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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