Html Css Color HEX #B40280 Medium Violet Red

📋 copy color: '#B40280'

red 180 ◦ green 2 ◦ blue 128

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

Shades of Medium Violet Red #B40280

Tints of Medium Violet Red #B40280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 128 (50.39% from 255) = 41.29%

R = 58.06%
G = 0.65%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B40280 (or 0xB40280) is known color: Medium Violet Red. HEX triplet: B4, 02 and 80. RGB value is (180,2,128). Sum of RGB (Red+Green+Blue) = 180+2+128=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B40280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40280 is #4BFD7F. Grayscale: #454545. Windows color (decimal): -4980096 or 8389300. OLE color: 8389300.

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

Color convert

RGB 180 2 128 -
CMYK 0 0.99 0.29 0.29
HSL 317.53º 0.98% 0.36% -
HSV(B) 317.53º 0.99% 0.71% -
XYZ 22.74 11.31 21.41 -
YUV 69.59 160.97 206.75 -
System Red Green Blue C M Y K H S L
Decimal 180 2 128 0 0.99 0.29 0.29 317.53 0.98 0.36
Hex B4 2 80 0 63 1D 1D 13E 62 24
Octal 264 2 200 0 143 35 35 476 142 44
Binary 10110100 10 10000000 0 1100011 11101 11101 100111110 1100010 100100

Color Harmonies of #B40280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40280

Black with #B40280

Text Example


Text Example

White with #B40280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40280; }

 p { color: rgb(180,2,128); }

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

background-color css

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

 a { background-color: rgb(180,2,128); }

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

border-color css

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

 span { border-color: rgb(180,2,128); }

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