Html Css Color HEX #B40C86 Medium Violet Red

📋 copy color: '#B40C86'

red 180 ◦ green 12 ◦ blue 134

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

Shades of Medium Violet Red #B40C86

Tints of Medium Violet Red #B40C86

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.68%

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

R = 55.21%
G = 3.68%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B40C86 (or 0xB40C86) is known color: Medium Violet Red. HEX triplet: B4, 0C and 86. RGB value is (180,12,134). Sum of RGB (Red+Green+Blue) = 180+12+134=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40C86 is #4BF379. Grayscale: #4B4B4B. Windows color (decimal): -4977530 or 8785076. OLE color: 8785076.

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

Color convert

RGB 180 12 134 -
CMYK 0 0.93 0.26 0.29
HSL 316.43º 0.88% 0.38% -
HSV(B) 316.43º 0.93% 0.71% -
XYZ 23.26 11.69 23.58 -
YUV 76.14 160.66 202.08 -
System Red Green Blue C M Y K H S L
Decimal 180 12 134 0 0.93 0.26 0.29 316.43 0.88 0.38
Hex B4 C 86 0 5D 1A 1D 13C 58 26
Octal 264 14 206 0 135 32 35 474 130 46
Binary 10110100 1100 10000110 0 1011101 11010 11101 100111100 1011000 100110

Color Harmonies of #B40C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C86

Black with #B40C86

Text Example


Text Example

White with #B40C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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