Html Css Color HEX #B41FA8 Medium Violet Red

📋 copy color: '#B41FA8'

red 180 ◦ green 31 ◦ blue 168

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

Shades of Medium Violet Red #B41FA8

Tints of Medium Violet Red #B41FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.33%

R = 47.49%
G = 8.18%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B41FA8 (or 0xB41FA8) is known color: Medium Violet Red. HEX triplet: B4, 1F and A8. RGB value is (180,31,168). Sum of RGB (Red+Green+Blue) = 180+31+168=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B41FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41FA8 is #4BE057. Grayscale: #5A5A5A. Windows color (decimal): -4972632 or 11018164. OLE color: 11018164.

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

Color convert

RGB 180 31 168 -
CMYK 0 0.83 0.07 0.29
HSL 304.83º 0.71% 0.41% -
HSV(B) 304.83º 0.83% 0.71% -
XYZ 26.38 13.51 38.26 -
YUV 91.17 171.36 191.36 -
System Red Green Blue C M Y K H S L
Decimal 180 31 168 0 0.83 0.07 0.29 304.83 0.71 0.41
Hex B4 1F A8 0 53 7 1D 131 47 29
Octal 264 37 250 0 123 7 35 461 107 51
Binary 10110100 11111 10101000 0 1010011 111 11101 100110001 1000111 101001

Color Harmonies of #B41FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41FA8

Black with #B41FA8

Text Example


Text Example

White with #B41FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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