Html Css Color HEX #B40E9F Medium Violet Red

📋 copy color: '#B40E9F'

red 180 ◦ green 14 ◦ blue 159

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

Shades of Medium Violet Red #B40E9F

Tints of Medium Violet Red #B40E9F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.97%

 BLUE value IS 159 (62.5% from 255) = 45.04%

R = 50.99%
G = 3.97%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B40E9F (or 0xB40E9F) is known color: Medium Violet Red. HEX triplet: B4, 0E and 9F. RGB value is (180,14,159). Sum of RGB (Red+Green+Blue) = 180+14+159=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B40E9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40E9F is #4BF160. Grayscale: #4F4F4F. Windows color (decimal): -4976993 or 10423988. OLE color: 10423988.

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

Color convert

RGB 180 14 159 -
CMYK 0 0.92 0.12 0.29
HSL 307.59º 0.86% 0.38% -
HSV(B) 307.59º 0.92% 0.71% -
XYZ 25.24 12.52 33.89 -
YUV 80.16 172.5 199.21 -
System Red Green Blue C M Y K H S L
Decimal 180 14 159 0 0.92 0.12 0.29 307.59 0.86 0.38
Hex B4 E 9F 0 5C C 1D 134 56 26
Octal 264 16 237 0 134 14 35 464 126 46
Binary 10110100 1110 10011111 0 1011100 1100 11101 100110100 1010110 100110

Color Harmonies of #B40E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40E9F

Black with #B40E9F

Text Example


Text Example

White with #B40E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40E9F; }

 p { color: rgb(180,14,159); }

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

background-color css

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

 a { background-color: rgb(180,14,159); }

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

border-color css

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

 span { border-color: rgb(180,14,159); }

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