Html Css Color HEX #B40C92 Medium Violet Red

📋 copy color: '#B40C92'

red 180 ◦ green 12 ◦ blue 146

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

Shades of Medium Violet Red #B40C92

Tints of Medium Violet Red #B40C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.2%

R = 53.25%
G = 3.55%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B40C92 (or 0xB40C92) is known color: Medium Violet Red. HEX triplet: B4, 0C and 92. RGB value is (180,12,146). Sum of RGB (Red+Green+Blue) = 180+12+146=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40C92 is #4BF36D. Grayscale: #4D4D4D. Windows color (decimal): -4977518 or 9571508. OLE color: 9571508.

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

Color convert

RGB 180 12 146 -
CMYK 0 0.93 0.19 0.29
HSL 312.14º 0.88% 0.38% -
HSV(B) 312.14º 0.93% 0.71% -
XYZ 24.14 12.04 28.25 -
YUV 77.51 166.66 201.1 -
System Red Green Blue C M Y K H S L
Decimal 180 12 146 0 0.93 0.19 0.29 312.14 0.88 0.38
Hex B4 C 92 0 5D 13 1D 138 58 26
Octal 264 14 222 0 135 23 35 470 130 46
Binary 10110100 1100 10010010 0 1011101 10011 11101 100111000 1011000 100110

Color Harmonies of #B40C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C92

Black with #B40C92

Text Example


Text Example

White with #B40C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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