Html Css Color HEX #B41BAA Medium Violet Red

📋 copy color: '#B41BAA'

red 180 ◦ green 27 ◦ blue 170

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

Shades of Medium Violet Red #B41BAA

Tints of Medium Violet Red #B41BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.16%

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

R = 47.75%
G = 7.16%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B41BAA (or 0xB41BAA) is known color: Medium Violet Red. HEX triplet: B4, 1B and AA. RGB value is (180,27,170). Sum of RGB (Red+Green+Blue) = 180+27+170=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B41BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41BAA is #4BE455. Grayscale: #585858. Windows color (decimal): -4973654 or 11148212. OLE color: 11148212.

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

Color convert

RGB 180 27 170 -
CMYK 0 0.85 0.06 0.29
HSL 303.92º 0.74% 0.41% -
HSV(B) 303.92º 0.85% 0.71% -
XYZ 26.47 13.39 39.22 -
YUV 89.05 173.69 192.87 -
System Red Green Blue C M Y K H S L
Decimal 180 27 170 0 0.85 0.06 0.29 303.92 0.74 0.41
Hex B4 1B AA 0 55 6 1D 130 4A 29
Octal 264 33 252 0 125 6 35 460 112 51
Binary 10110100 11011 10101010 0 1010101 110 11101 100110000 1001010 101001

Color Harmonies of #B41BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41BAA

Black with #B41BAA

Text Example


Text Example

White with #B41BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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