#B03E7B

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

Shades of Medium Red Violet #B03E7B

Tints of Medium Red Violet #B03E7B

Color information

#B03E7B (or 0xB03E7B) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3E and 7B. RGB value is (176,62,123). Sum of RGB (Red+Green+Blue) = 176+62+123=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03E7B is #4FC184. Grayscale: #666666. Windows color (decimal): -5226885 or 8076976. OLE color: 8076976.

HSL color Cylindrical-coordinate representation of color #B03E7B: hue angle of 327.89º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03E7B is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB17662123-
CMYK00.650.300.31
HSL327.89º47.9%46.67%-
HSV(B)327.89º64.77%69.02%-
XYZ23.214.1120.24-
YUV103.04139.27180.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.75%
GREEN value IS 62 (24.61% from 255) = 17.17%
BLUE value IS 123 (48.44% from 255) = 34.07%
R=48.75%
G=17.17%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766212300.650.300.31327.8947.946.67
HexB03E7B0411E1F148302f
Octal26076173010136375106057
Binary101100001111101111011010000011111011111101001000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03E7B; }

 p { color: rgb(176,62,123); }

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

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

 a { background-color: rgb(176,62,123); }

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

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

 span { border-color: rgb(176,62,123); }

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