Html Css Color HEX #B40281 Medium Violet Red

📋 copy color: '#B40281'

red 180 ◦ green 2 ◦ blue 129

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

Shades of Medium Violet Red #B40281

Tints of Medium Violet Red #B40281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.48%

R = 57.88%
G = 0.64%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B40281 (or 0xB40281) is known color: Medium Violet Red. HEX triplet: B4, 02 and 81. RGB value is (180,2,129). Sum of RGB (Red+Green+Blue) = 180+2+129=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B40281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40281 is #4BFD7E. Grayscale: #454545. Windows color (decimal): -4980095 or 8454836. OLE color: 8454836.

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

Color convert

RGB 180 2 129 -
CMYK 0 0.99 0.28 0.29
HSL 317.19º 0.98% 0.36% -
HSV(B) 317.19º 0.99% 0.71% -
XYZ 22.81 11.33 21.75 -
YUV 69.7 161.47 206.67 -
System Red Green Blue C M Y K H S L
Decimal 180 2 129 0 0.99 0.28 0.29 317.19 0.98 0.36
Hex B4 2 81 0 63 1C 1D 13D 62 24
Octal 264 2 201 0 143 34 35 475 142 44
Binary 10110100 10 10000001 0 1100011 11100 11101 100111101 1100010 100100

Color Harmonies of #B40281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40281

Black with #B40281

Text Example


Text Example

White with #B40281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40281; }

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

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

background-color css

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

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

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

border-color css

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

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

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