Html Css Color HEX #B41AAA Medium Violet Red

📋 copy color: '#B41AAA'

red 180 ◦ green 26 ◦ blue 170

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

Shades of Medium Violet Red #B41AAA

Tints of Medium Violet Red #B41AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 47.87%
G = 6.91%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B41AAA (or 0xB41AAA) is known color: Medium Violet Red. HEX triplet: B4, 1A and AA. RGB value is (180,26,170). Sum of RGB (Red+Green+Blue) = 180+26+170=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B41AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41AAA is #4BE555. Grayscale: #585858. Windows color (decimal): -4973910 or 11147956. OLE color: 11147956.

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

Color convert

RGB 180 26 170 -
CMYK 0 0.86 0.06 0.29
HSL 303.9º 0.75% 0.4% -
HSV(B) 303.9º 0.86% 0.71% -
XYZ 26.45 13.34 39.21 -
YUV 88.46 174.02 193.29 -
System Red Green Blue C M Y K H S L
Decimal 180 26 170 0 0.86 0.06 0.29 303.9 0.75 0.4
Hex B4 1A AA 0 56 6 1D 130 4B 28
Octal 264 32 252 0 126 6 35 460 113 50
Binary 10110100 11010 10101010 0 1010110 110 11101 100110000 1001011 101000

Color Harmonies of #B41AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41AAA

Black with #B41AAA

Text Example


Text Example

White with #B41AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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