#B03A8F

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

Shades of Medium Red Violet #B03A8F

Tints of Medium Red Violet #B03A8F

Color information

#B03A8F (or 0xB03A8F) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3A and 8F. RGB value is (176,58,143). Sum of RGB (Red+Green+Blue) = 176+58+143=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03A8F is #4FC570. Grayscale: #666666. Windows color (decimal): -5227889 or 9386672. OLE color: 9386672.

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

Color convert

RGB17658143-
CMYK00.670.190.31
HSL316.78º50.43%45.88%-
HSV(B)316.78º67.05%69.02%-
XYZ24.3814.2427.45-
YUV102.97150.59180.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.68%
GREEN value IS 58 (23.05% from 255) = 15.38%
BLUE value IS 143 (56.25% from 255) = 37.93%
R=46.68%
G=15.38%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765814300.670.190.31316.7850.4345.88
HexB03A8F043131F13d322e
Octal26072217010323374756256
Binary1011000011101010001111010000111001111111100111101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03A8F; }

 p { color: rgb(176,58,143); }

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

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

 a { background-color: rgb(176,58,143); }

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

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

 span { border-color: rgb(176,58,143); }

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