#B03C7E

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

Shades of Medium Red Violet #B03C7E

Tints of Medium Red Violet #B03C7E

Color information

#B03C7E (or 0xB03C7E) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3C and 7E. RGB value is (176,60,126). Sum of RGB (Red+Green+Blue) = 176+60+126=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03C7E is #4FC381. Grayscale: #666666. Windows color (decimal): -5227394 or 8273072. OLE color: 8273072.

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

Color convert

RGB17660126-
CMYK00.660.280.31
HSL325.86º49.15%46.27%-
HSV(B)325.86º65.91%69.02%-
XYZ23.2913.9721.21-
YUV102.21141.43180.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.62%
GREEN value IS 60 (23.83% from 255) = 16.57%
BLUE value IS 126 (49.61% from 255) = 34.81%
R=48.62%
G=16.57%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766012600.660.280.31325.8649.1546.27
HexB03C7E0421C1F146312e
Octal26074176010234375066156
Binary101100001111001111110010000101110011111101000110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03C7E; }

 p { color: rgb(176,60,126); }

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

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

 a { background-color: rgb(176,60,126); }

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

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

 span { border-color: rgb(176,60,126); }

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