#B03192

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

Shades of Medium Red Violet #B03192

Tints of Medium Red Violet #B03192

Color information

#B03192 (or 0xB03192) is unknown color: approx Medium Red Violet. HEX triplet: B0, 31 and 92. RGB value is (176,49,146). Sum of RGB (Red+Green+Blue) = 176+49+146=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B03192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03192 is #4FCE6D. Grayscale: #616161. Windows color (decimal): -5230190 or 9580976. OLE color: 9580976.

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

Color convert

RGB17649146-
CMYK00.720.170.31
HSL314.17º56.44%44.12%-
HSV(B)314.17º72.16%69.02%-
XYZ24.1913.528.53-
YUV98.03155.08183.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 49 (19.53% from 255) = 13.21%
BLUE value IS 146 (57.42% from 255) = 39.35%
R=47.44%
G=13.21%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764914600.720.170.31314.1756.4444.12
HexB03192048111F13a382c
Octal26061222011021374727054
Binary1011000011000110010010010010001000111111100111010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03192; }

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

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

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

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

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

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

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

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