#B01A92

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

Shades of Medium Violet Red #B01A92

Tints of Medium Violet Red #B01A92

Color information

#B01A92 (or 0xB01A92) is unknown color: approx Medium Violet Red. HEX triplet: B0, 1A and 92. RGB value is (176,26,146). Sum of RGB (Red+Green+Blue) = 176+26+146=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01A92 is #4FE56D. Grayscale: #545454. Windows color (decimal): -5236078 or 9575088. OLE color: 9575088.

HSL color Cylindrical-coordinate representation of color #B01A92: hue angle of 312º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01A92 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB17626146-
CMYK00.850.170.31
HSL312º74.26%39.61%-
HSV(B)312º85.23%69.02%-
XYZ23.4612.0428.28-
YUV84.53162.7193.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.57%
GREEN value IS 26 (10.55% from 255) = 7.47%
BLUE value IS 146 (57.42% from 255) = 41.95%
R=50.57%
G=7.47%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762614600.850.170.3131274.2639.61
HexB01A92055111F1384a28
Octal260322220125213747011250
Binary1011000011010100100100101010110001111111001110001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01A92; }

 p { color: rgb(176,26,146); }

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

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

 a { background-color: rgb(176,26,146); }

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

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

 span { border-color: rgb(176,26,146); }

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