#B03A8D

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

Shades of Medium Red Violet #B03A8D

Tints of Medium Red Violet #B03A8D

Color information

#B03A8D (or 0xB03A8D) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3A and 8D. RGB value is (176,58,141). Sum of RGB (Red+Green+Blue) = 176+58+141=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03A8D is #4FC572. Grayscale: #666666. Windows color (decimal): -5227891 or 9255600. OLE color: 9255600.

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

Color convert

RGB17658141-
CMYK00.670.200.31
HSL317.8º50.43%45.88%-
HSV(B)317.8º67.05%69.02%-
XYZ24.2314.1826.66-
YUV102.74149.59180.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.93%
GREEN value IS 58 (23.05% from 255) = 15.47%
BLUE value IS 141 (55.47% from 255) = 37.6%
R=46.93%
G=15.47%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765814100.670.200.31317.850.4345.88
HexB03A8D043141F13e322e
Octal26072215010324374766256
Binary1011000011101010001101010000111010011111100111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03A8D; }

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

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

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

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

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

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

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

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