#B41B92

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

Shades of Medium Violet Red #B41B92

Tints of Medium Violet Red #B41B92

Color information

#B41B92 (or 0xB41B92) is unknown color: approx Medium Violet Red. HEX triplet: B4, 1B and 92. RGB value is (180,27,146). Sum of RGB (Red+Green+Blue) = 180+27+146=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41B92 is #4BE46D. Grayscale: #555555. Windows color (decimal): -4973678 or 9575348. OLE color: 9575348.

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

Color convert

RGB18027146-
CMYK00.850.190.29
HSL313.33º73.91%40.59%-
HSV(B)313.33º85%70.59%-
XYZ24.412.5628.33-
YUV86.31161.69194.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.99%
GREEN value IS 27 (10.94% from 255) = 7.65%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=50.99%
G=7.65%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802714600.850.190.29313.3373.9140.59
HexB41B92055131D1394a29
Octal264332220125233547111251
Binary1011010011011100100100101010110011111011001110011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41B92; }

 p { color: rgb(180,27,146); }

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

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

 a { background-color: rgb(180,27,146); }

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

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

 span { border-color: rgb(180,27,146); }

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