#B03B9A

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

Shades of Medium Red Violet #B03B9A

Tints of Medium Red Violet #B03B9A

Color information

#B03B9A (or 0xB03B9A) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3B and 9A. RGB value is (176,59,154). Sum of RGB (Red+Green+Blue) = 176+59+154=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03B9A is #4FC465. Grayscale: #686868. Windows color (decimal): -5227622 or 10107824. OLE color: 10107824.

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

Color convert

RGB17659154-
CMYK00.660.120.31
HSL311.28º49.79%46.08%-
HSV(B)311.28º66.48%69.02%-
XYZ25.314.6932.07-
YUV104.81155.76178.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 59 (23.44% from 255) = 15.17%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=45.24%
G=15.17%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765915400.660.120.31311.2849.7946.08
HexB03B9A042C1F137322e
Octal26073232010214374676256
Binary101100001110111001101001000010110011111100110111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03B9A; }

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

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

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

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

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

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

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

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