#B03D7A

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

Shades of Medium Red Violet #B03D7A

Tints of Medium Red Violet #B03D7A

Color information

#B03D7A (or 0xB03D7A) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3D and 7A. RGB value is (176,61,122). Sum of RGB (Red+Green+Blue) = 176+61+122=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03D7A is #4FC285. Grayscale: #666666. Windows color (decimal): -5227142 or 8011184. OLE color: 8011184.

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

Color convert

RGB17661122-
CMYK00.650.310.31
HSL328.17º48.52%46.47%-
HSV(B)328.17º65.34%69.02%-
XYZ23.0913.9719.89-
YUV102.34139.1180.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.03%
GREEN value IS 61 (24.22% from 255) = 16.99%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=49.03%
G=16.99%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766112200.650.310.31328.1748.5246.47
HexB03D7A0411F1F148312e
Octal26075172010137375106156
Binary101100001111011111010010000011111111111101001000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03D7A; }

 p { color: rgb(176,61,122); }

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

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

 a { background-color: rgb(176,61,122); }

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

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

 span { border-color: rgb(176,61,122); }

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