Html Css Color HEX #B41486 Medium Violet Red

📋 copy color: '#B41486'

red 180 ◦ green 20 ◦ blue 134

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

Shades of Medium Violet Red #B41486

Tints of Medium Violet Red #B41486

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.99%

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

R = 53.89%
G = 5.99%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B41486 (or 0xB41486) is known color: Medium Violet Red. HEX triplet: B4, 14 and 86. RGB value is (180,20,134). Sum of RGB (Red+Green+Blue) = 180+20+134=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B41486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41486 is #4BEB79. Grayscale: #505050. Windows color (decimal): -4975482 or 8787124. OLE color: 8787124.

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

Color convert

RGB 180 20 134 -
CMYK 0 0.89 0.26 0.29
HSL 317.25º 0.8% 0.39% -
HSV(B) 317.25º 0.89% 0.71% -
XYZ 23.38 11.92 23.62 -
YUV 80.84 158.01 198.73 -
System Red Green Blue C M Y K H S L
Decimal 180 20 134 0 0.89 0.26 0.29 317.25 0.8 0.39
Hex B4 14 86 0 59 1A 1D 13D 50 27
Octal 264 24 206 0 131 32 35 475 120 47
Binary 10110100 10100 10000110 0 1011001 11010 11101 100111101 1010000 100111

Color Harmonies of #B41486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41486

Black with #B41486

Text Example


Text Example

White with #B41486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41486; }

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

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

background-color css

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

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

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

border-color css

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

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

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