Html Css Color HEX #B41886 Medium Violet Red

📋 copy color: '#B41886'

red 180 ◦ green 24 ◦ blue 134

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

Shades of Medium Violet Red #B41886

Tints of Medium Violet Red #B41886

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.1%

 BLUE value IS 134 (52.73% from 255) = 39.64%

R = 53.25%
G = 7.1%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B41886 (or 0xB41886) is known color: Medium Violet Red. HEX triplet: B4, 18 and 86. RGB value is (180,24,134). Sum of RGB (Red+Green+Blue) = 180+24+134=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B41886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41886 is #4BE779. Grayscale: #525252. Windows color (decimal): -4974458 or 8788148. OLE color: 8788148.

HSL color Cylindrical-coordinate representation of color #B41886: hue angle of 317.69º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41886 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 24 134 -
CMYK 0 0.87 0.26 0.29
HSL 317.69º 0.76% 0.4% -
HSV(B) 317.69º 0.87% 0.71% -
XYZ 23.45 12.08 23.65 -
YUV 83.18 156.68 197.06 -
System Red Green Blue C M Y K H S L
Decimal 180 24 134 0 0.87 0.26 0.29 317.69 0.76 0.4
Hex B4 18 86 0 57 1A 1D 13E 4C 28
Octal 264 30 206 0 127 32 35 476 114 50
Binary 10110100 11000 10000110 0 1010111 11010 11101 100111110 1001100 101000

Color Harmonies of #B41886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41886

Black with #B41886

Text Example


Text Example

White with #B41886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41886; }

 p { color: rgb(180,24,134); }

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

background-color css

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

 a { background-color: rgb(180,24,134); }

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

border-color css

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

 span { border-color: rgb(180,24,134); }

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