Html Css Color HEX #B40186 Medium Violet Red

📋 copy color: '#B40186'

red 180 ◦ green 1 ◦ blue 134

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

Shades of Medium Violet Red #B40186

Tints of Medium Violet Red #B40186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 57.14%
G = 0.32%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B40186 (or 0xB40186) is known color: Medium Violet Red. HEX triplet: B4, 01 and 86. RGB value is (180,1,134). Sum of RGB (Red+Green+Blue) = 180+1+134=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B40186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40186 is #4BFE79. Grayscale: #454545. Windows color (decimal): -4980346 or 8782260. OLE color: 8782260.

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

Color convert

RGB 180 1 134 -
CMYK 0 0.99 0.26 0.29
HSL 315.42º 0.99% 0.35% -
HSV(B) 315.42º 0.99% 0.71% -
XYZ 23.14 11.45 23.54 -
YUV 69.68 164.3 206.69 -
System Red Green Blue C M Y K H S L
Decimal 180 1 134 0 0.99 0.26 0.29 315.42 0.99 0.35
Hex B4 1 86 0 63 1A 1D 13B 63 23
Octal 264 1 206 0 143 32 35 473 143 43
Binary 10110100 1 10000110 0 1100011 11010 11101 100111011 1100011 100011

Color Harmonies of #B40186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40186

Black with #B40186

Text Example


Text Example

White with #B40186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40186; }

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

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

background-color css

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

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

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

border-color css

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

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

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