#B41088

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

Shades of Medium Violet Red #B41088

Tints of Medium Violet Red #B41088

Color information

#B41088 (or 0xB41088) is unknown color: approx Medium Violet Red. HEX triplet: B4, 10 and 88. RGB value is (180,16,136). Sum of RGB (Red+Green+Blue) = 180+16+136=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B41088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41088 is #4BEF77. Grayscale: #4E4E4E. Windows color (decimal): -4976504 or 8917172. OLE color: 8917172.

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

Color convert

RGB18016136-
CMYK00.910.240.29
HSL316.1º83.67%38.43%-
HSV(B)316.1º91.11%70.59%-
XYZ23.4511.8524.34-
YUV78.72160.33200.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.22%
GREEN value IS 16 (6.64% from 255) = 4.82%
BLUE value IS 136 (53.52% from 255) = 40.96%
R=54.22%
G=4.82%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801613600.910.240.29316.183.6738.43
HexB4108805B181D13c5426
Octal264202100133303547412446
Binary1011010010000100010000101101111000111011001111001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41088; }

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

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

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

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

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

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

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

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