#B03B94

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

Shades of Medium Red Violet #B03B94

Tints of Medium Red Violet #B03B94

Color information

#B03B94 (or 0xB03B94) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3B and 94. RGB value is (176,59,148). Sum of RGB (Red+Green+Blue) = 176+59+148=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03B94 is #4FC46B. Grayscale: #676767. Windows color (decimal): -5227628 or 9714608. OLE color: 9714608.

HSL color Cylindrical-coordinate representation of color #B03B94: hue angle of 314.36º 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 #B03B94 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB17659148-
CMYK00.660.160.31
HSL314.36º49.79%46.08%-
HSV(B)314.36º66.48%69.02%-
XYZ24.8114.529.51-
YUV104.13152.76179.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 59 (23.44% from 255) = 15.40%
BLUE value IS 148 (58.20% from 255) = 38.64%
R=45.95%
G=15.40%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765914800.660.160.31314.3649.7946.08
HexB03B94042101F13a322e
Octal26073224010220374726256
Binary1011000011101110010100010000101000011111100111010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03B94; }

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

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

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

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

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

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

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

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