#B40F7A

Color #B40F7A Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B40F7A

Tints of Medium Violet Red #B40F7A

Color information

#B40F7A (or 0xB40F7A) is unknown color: approx Medium Violet Red. HEX triplet: B4, 0F and 7A. RGB value is (180,15,122). Sum of RGB (Red+Green+Blue) = 180+15+122=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40F7A is #4BF085. Grayscale: #4C4C4C. Windows color (decimal): -4976774 or 7999412. OLE color: 7999412.

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

Color convert

RGB18015122-
CMYK00.920.320.29
HSL321.09º84.62%38.24%-
HSV(B)321.09º91.67%70.59%-
XYZ22.5111.4519.44-
YUV76.53153.66201.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.78%
GREEN value IS 15 (6.25% from 255) = 4.73%
BLUE value IS 122 (48.05% from 255) = 38.49%
R=56.78%
G=4.73%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801512200.920.320.29321.0984.6238.24
HexB4F7A05C201D1415526
Octal264171720134403550112546
Binary101101001111111101001011100100000111011010000011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40F7A; }

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

 H1.HeaderClassName
 {
   color: #B40F7A;
 }
 .AnyTagClassName
 {
   color: #B40F7A;
 }
</style>
background-color css

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

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

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

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

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

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