Html Css Color HEX #B41AA3 Medium Violet Red

📋 copy color: '#B41AA3'

red 180 ◦ green 26 ◦ blue 163

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

Shades of Medium Violet Red #B41AA3

Tints of Medium Violet Red #B41AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 44.17%

R = 48.78%
G = 7.05%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B41AA3 (or 0xB41AA3) is known color: Medium Violet Red. HEX triplet: B4, 1A and A3. RGB value is (180,26,163). Sum of RGB (Red+Green+Blue) = 180+26+163=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 163 (64.06% from 255 or 44.17% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B41AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41AA3 is #4BE55C. Grayscale: #575757. Windows color (decimal): -4973917 or 10689204. OLE color: 10689204.

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

Color convert

RGB 180 26 163 -
CMYK 0 0.86 0.09 0.29
HSL 306.62º 0.75% 0.4% -
HSV(B) 306.62º 0.86% 0.71% -
XYZ 25.8 13.09 35.82 -
YUV 87.66 170.52 193.86 -
System Red Green Blue C M Y K H S L
Decimal 180 26 163 0 0.86 0.09 0.29 306.62 0.75 0.4
Hex B4 1A A3 0 56 9 1D 133 4B 28
Octal 264 32 243 0 126 11 35 463 113 50
Binary 10110100 11010 10100011 0 1010110 1001 11101 100110011 1001011 101000

Color Harmonies of #B41AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41AA3

Black with #B41AA3

Text Example


Text Example

White with #B41AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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