Html Css Color HEX #B40F9B Medium Violet Red

📋 copy color: '#B40F9B'

red 180 ◦ green 15 ◦ blue 155

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

Shades of Medium Violet Red #B40F9B

Tints of Medium Violet Red #B40F9B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.29%

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 51.43%
G = 4.29%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B40F9B (or 0xB40F9B) is known color: Medium Violet Red. HEX triplet: B4, 0F and 9B. RGB value is (180,15,155). Sum of RGB (Red+Green+Blue) = 180+15+155=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40F9B is #4BF064. Grayscale: #4F4F4F. Windows color (decimal): -4976741 or 10162100. OLE color: 10162100.

HSL color Cylindrical-coordinate representation of color #B40F9B: hue angle of 309.09º degrees, saturation: 0.85, 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 #B40F9B is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 15 155 -
CMYK 0 0.92 0.14 0.29
HSL 309.09º 0.85% 0.38% -
HSV(B) 309.09º 0.92% 0.71% -
XYZ 24.91 12.41 32.09 -
YUV 80.3 170.16 199.12 -
System Red Green Blue C M Y K H S L
Decimal 180 15 155 0 0.92 0.14 0.29 309.09 0.85 0.38
Hex B4 F 9B 0 5C E 1D 135 55 26
Octal 264 17 233 0 134 16 35 465 125 46
Binary 10110100 1111 10011011 0 1011100 1110 11101 100110101 1010101 100110

Color Harmonies of #B40F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40F9B

Black with #B40F9B

Text Example


Text Example

White with #B40F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40F9B; }

 p { color: rgb(180,15,155); }

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

background-color css

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

 a { background-color: rgb(180,15,155); }

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

border-color css

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

 span { border-color: rgb(180,15,155); }

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