#B803A0

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

Shades of Medium Violet Red #B803A0

Tints of Medium Violet Red #B803A0

Color information

#B803A0 (or 0xB803A0) is unknown color: approx Medium Violet Red. HEX triplet: B8, 03 and A0. RGB value is (184,3,160). Sum of RGB (Red+Green+Blue) = 184+3+160=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 160 (62.89% from 255 or 46.11% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B803A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B803A0 is #47FC5F. Grayscale: #4A4A4A. Windows color (decimal): -4717664 or 10486712. OLE color: 10486712.

HSL color Cylindrical-coordinate representation of color #B803A0: hue angle of 307.96º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B803A0 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB1843160-
CMYK00.980.130.28
HSL307.96º96.79%36.67%-
HSV(B)307.96º98.37%72.16%-
XYZ26.1412.7934.35-
YUV75.02175.97205.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.03%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 160 (62.89% from 255) = 46.11%
R=53.03%
G=0.86%
B=46.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184316000.980.130.28307.9696.7936.67
HexB83A0062D1C1346125
Octal27032400142153446414145
Binary101110001110100000011000101101111001001101001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B803A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B803A0; }

 p { color: rgb(184,3,160); }

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

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

 a { background-color: rgb(184,3,160); }

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

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

 span { border-color: rgb(184,3,160); }

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