#B41F7A

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

Shades of Medium Red Violet #B41F7A

Tints of Medium Red Violet #B41F7A

Color information

#B41F7A (or 0xB41F7A) is unknown color: approx Medium Red Violet. HEX triplet: B4, 1F and 7A. RGB value is (180,31,122). Sum of RGB (Red+Green+Blue) = 180+31+122=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41F7A is #4BE085. Grayscale: #555555. Windows color (decimal): -4972678 or 8003508. OLE color: 8003508.

HSL color Cylindrical-coordinate representation of color #B41F7A: hue angle of 323.36º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B41F7A is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB18031122-
CMYK00.830.320.29
HSL323.36º70.62%41.37%-
HSV(B)323.36º82.78%70.59%-
XYZ22.8312.0919.54-
YUV85.92148.36195.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 31 (12.5% from 255) = 9.31%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=54.05%
G=9.31%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803112200.830.320.29323.3670.6241.37
HexB41F7A053201D1434729
Octal264371720123403550310751
Binary1011010011111111101001010011100000111011010000111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41F7A; }

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

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

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

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

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

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

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

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