Html Css Color HEX #B40781 Medium Violet Red

📋 copy color: '#B40781'

red 180 ◦ green 7 ◦ blue 129

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

Shades of Medium Violet Red #B40781

Tints of Medium Violet Red #B40781

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.22%

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

R = 56.96%
G = 2.22%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B40781 (or 0xB40781) is known color: Medium Violet Red. HEX triplet: B4, 07 and 81. RGB value is (180,7,129). Sum of RGB (Red+Green+Blue) = 180+7+129=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B40781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40781 is #4BF87E. Grayscale: #484848. Windows color (decimal): -4978815 or 8456116. OLE color: 8456116.

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

Color convert

RGB 180 7 129 -
CMYK 0 0.96 0.28 0.29
HSL 317.69º 0.93% 0.37% -
HSV(B) 317.69º 0.96% 0.71% -
XYZ 22.86 11.44 21.77 -
YUV 72.64 159.81 204.58 -
System Red Green Blue C M Y K H S L
Decimal 180 7 129 0 0.96 0.28 0.29 317.69 0.93 0.37
Hex B4 7 81 0 60 1C 1D 13E 5D 25
Octal 264 7 201 0 140 34 35 476 135 45
Binary 10110100 111 10000001 0 1100000 11100 11101 100111110 1011101 100101

Color Harmonies of #B40781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40781

Black with #B40781

Text Example


Text Example

White with #B40781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40781; }

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

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

background-color css

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

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

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

border-color css

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

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

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