Html Css Color HEX #B40F8B Medium Violet Red

📋 copy color: '#B40F8B'

red 180 ◦ green 15 ◦ blue 139

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

Shades of Medium Violet Red #B40F8B

Tints of Medium Violet Red #B40F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.62%

R = 53.89%
G = 4.49%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B40F8B (or 0xB40F8B) is known color: Medium Violet Red. HEX triplet: B4, 0F and 8B. RGB value is (180,15,139). Sum of RGB (Red+Green+Blue) = 180+15+139=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40F8B is #4BF074. Grayscale: #4E4E4E. Windows color (decimal): -4976757 or 9113524. OLE color: 9113524.

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

Color convert

RGB 180 15 139 -
CMYK 0 0.92 0.23 0.29
HSL 314.91º 0.85% 0.38% -
HSV(B) 314.91º 0.92% 0.71% -
XYZ 23.65 11.91 25.48 -
YUV 78.47 162.16 200.42 -
System Red Green Blue C M Y K H S L
Decimal 180 15 139 0 0.92 0.23 0.29 314.91 0.85 0.38
Hex B4 F 8B 0 5C 17 1D 13B 55 26
Octal 264 17 213 0 134 27 35 473 125 46
Binary 10110100 1111 10001011 0 1011100 10111 11101 100111011 1010101 100110

Color Harmonies of #B40F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40F8B

Black with #B40F8B

Text Example


Text Example

White with #B40F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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