#B41087

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

Shades of Medium Violet Red #B41087

Tints of Medium Violet Red #B41087

Color information

#B41087 (or 0xB41087) is unknown color: approx Medium Violet Red. HEX triplet: B4, 10 and 87. RGB value is (180,16,135). Sum of RGB (Red+Green+Blue) = 180+16+135=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B41087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41087 is #4BEF78. Grayscale: #4E4E4E. Windows color (decimal): -4976505 or 8851636. OLE color: 8851636.

HSL color Cylindrical-coordinate representation of color #B41087: hue angle of 316.46º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41087 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB18016135-
CMYK00.910.250.29
HSL316.46º83.67%38.43%-
HSV(B)316.46º91.11%70.59%-
XYZ23.3811.8223.97-
YUV78.6159.83200.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.38%
GREEN value IS 16 (6.64% from 255) = 4.83%
BLUE value IS 135 (53.12% from 255) = 40.79%
R=54.38%
G=4.83%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801613500.910.250.29316.4683.6738.43
HexB4108705B191D13c5426
Octal264202070133313547412446
Binary1011010010000100001110101101111001111011001111001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41087; }

 p { color: rgb(180,16,135); }

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

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

 a { background-color: rgb(180,16,135); }

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

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

 span { border-color: rgb(180,16,135); }

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