#B03EA0

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

Shades of Medium Red Violet #B03EA0

Tints of Medium Red Violet #B03EA0

Color information

#B03EA0 (or 0xB03EA0) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3E and A0. RGB value is (176,62,160). Sum of RGB (Red+Green+Blue) = 176+62+160=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B03EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03EA0 is #4FC15F. Grayscale: #6A6A6A. Windows color (decimal): -5226848 or 10501808. OLE color: 10501808.

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

Color convert

RGB17662160-
CMYK00.650.090.31
HSL308.42º47.9%46.67%-
HSV(B)308.42º64.77%69.02%-
XYZ25.9715.2134.83-
YUV107.26157.77177.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.22%
GREEN value IS 62 (24.61% from 255) = 15.58%
BLUE value IS 160 (62.89% from 255) = 40.20%
R=44.22%
G=15.58%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766216000.650.090.31308.4247.946.67
HexB03EA004191F134302f
Octal26076240010111374646057
Binary101100001111101010000001000001100111111100110100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03EA0; }

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

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

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

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

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

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

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

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