Html Css Color HEX #B41AA2 Medium Violet Red

📋 copy color: '#B41AA2'

red 180 ◦ green 26 ◦ blue 162

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

Shades of Medium Violet Red #B41AA2

Tints of Medium Violet Red #B41AA2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.07%

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

R = 48.91%
G = 7.07%
B = 44.02%

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

#B41AA2 (or 0xB41AA2) is known color: Medium Violet Red. HEX triplet: B4, 1A and A2. RGB value is (180,26,162). Sum of RGB (Red+Green+Blue) = 180+26+162=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B41AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41AA2 is #4BE55D. Grayscale: #575757. Windows color (decimal): -4973918 or 10623668. OLE color: 10623668.

HSL color Cylindrical-coordinate representation of color #B41AA2: hue angle of 307.01º degrees, saturation: 0.75, 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 #B41AA2 is Cyan = 0, Magento = 0.86, Yellow = 0.1 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 26 162 -
CMYK 0 0.86 0.1 0.29
HSL 307.01º 0.75% 0.4% -
HSV(B) 307.01º 0.86% 0.71% -
XYZ 25.71 13.05 35.35 -
YUV 87.55 170.02 193.94 -
System Red Green Blue C M Y K H S L
Decimal 180 26 162 0 0.86 0.1 0.29 307.01 0.75 0.4
Hex B4 1A A2 0 56 A 1D 133 4B 28
Octal 264 32 242 0 126 12 35 463 113 50
Binary 10110100 11010 10100010 0 1010110 1010 11101 100110011 1001011 101000

Color Harmonies of #B41AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41AA2

Black with #B41AA2

Text Example


Text Example

White with #B41AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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