Html Css Color HEX #B41FA6 Medium Violet Red

📋 copy color: '#B41FA6'

red 180 ◦ green 31 ◦ blue 166

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

Shades of Medium Violet Red #B41FA6

Tints of Medium Violet Red #B41FA6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.22%

 BLUE value IS 166 (65.23% from 255) = 44.03%

R = 47.75%
G = 8.22%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B41FA6 (or 0xB41FA6) is known color: Medium Violet Red. HEX triplet: B4, 1F and A6. RGB value is (180,31,166). Sum of RGB (Red+Green+Blue) = 180+31+166=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B41FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41FA6 is #4BE059. Grayscale: #5A5A5A. Windows color (decimal): -4972634 or 10887092. OLE color: 10887092.

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

Color convert

RGB 180 31 166 -
CMYK 0 0.83 0.08 0.29
HSL 305.64º 0.71% 0.41% -
HSV(B) 305.64º 0.83% 0.71% -
XYZ 26.2 13.44 37.29 -
YUV 90.94 170.36 191.52 -
System Red Green Blue C M Y K H S L
Decimal 180 31 166 0 0.83 0.08 0.29 305.64 0.71 0.41
Hex B4 1F A6 0 53 8 1D 132 47 29
Octal 264 37 246 0 123 10 35 462 107 51
Binary 10110100 11111 10100110 0 1010011 1000 11101 100110010 1000111 101001

Color Harmonies of #B41FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41FA6

Black with #B41FA6

Text Example


Text Example

White with #B41FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41FA6; }

 p { color: rgb(180,31,166); }

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

background-color css

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

 a { background-color: rgb(180,31,166); }

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

border-color css

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

 span { border-color: rgb(180,31,166); }

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