Html Css Color HEX #B40F7E Medium Violet Red

📋 copy color: '#B40F7E'

red 180 ◦ green 15 ◦ blue 126

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

Shades of Medium Violet Red #B40F7E

Tints of Medium Violet Red #B40F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.25%

R = 56.07%
G = 4.67%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.3

 K value IS 0.29

RGB Variations

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

Color information

#B40F7E (or 0xB40F7E) is known color: Medium Violet Red. HEX triplet: B4, 0F and 7E. RGB value is (180,15,126). Sum of RGB (Red+Green+Blue) = 180+15+126=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40F7E is #4BF081. Grayscale: #4C4C4C. Windows color (decimal): -4976770 or 8261556. OLE color: 8261556.

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

Color convert

RGB 180 15 126 -
CMYK 0 0.92 0.3 0.29
HSL 319.64º 0.85% 0.38% -
HSV(B) 319.64º 0.92% 0.71% -
XYZ 22.76 11.55 20.77 -
YUV 76.99 155.66 201.47 -
System Red Green Blue C M Y K H S L
Decimal 180 15 126 0 0.92 0.3 0.29 319.64 0.85 0.38
Hex B4 F 7E 0 5C 1E 1D 140 55 26
Octal 264 17 176 0 134 36 35 500 125 46
Binary 10110100 1111 1111110 0 1011100 11110 11101 101000000 1010101 100110

Color Harmonies of #B40F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40F7E

Black with #B40F7E

Text Example


Text Example

White with #B40F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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