#B03B92

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

Shades of Medium Red Violet #B03B92

Tints of Medium Red Violet #B03B92

Color information

#B03B92 (or 0xB03B92) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3B and 92. RGB value is (176,59,146). Sum of RGB (Red+Green+Blue) = 176+59+146=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03B92 is #4FC46D. Grayscale: #676767. Windows color (decimal): -5227630 or 9583536. OLE color: 9583536.

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

Color convert

RGB17659146-
CMYK00.660.170.31
HSL315.38º49.79%46.08%-
HSV(B)315.38º66.48%69.02%-
XYZ24.6614.4328.68-
YUV103.9151.76179.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.19%
GREEN value IS 59 (23.44% from 255) = 15.49%
BLUE value IS 146 (57.42% from 255) = 38.32%
R=46.19%
G=15.49%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765914600.660.170.31315.3849.7946.08
HexB03B92042111F13b322e
Octal26073222010221374736256
Binary1011000011101110010010010000101000111111100111011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03B92; }

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

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

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

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

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

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

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

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