#B8339A

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

Shades of Medium Red Violet #B8339A

Tints of Medium Red Violet #B8339A

Color information

#B8339A (or 0xB8339A) is unknown color: approx Medium Red Violet. HEX triplet: B8, 33 and 9A. RGB value is (184,51,154). Sum of RGB (Red+Green+Blue) = 184+51+154=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B8339A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8339A is #47CC65. Grayscale: #666666. Windows color (decimal): -4705382 or 10105784. OLE color: 10105784.

HSL color Cylindrical-coordinate representation of color #B8339A: hue angle of 313.53º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8339A is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB18451154-
CMYK00.720.160.28
HSL313.53º56.6%46.08%-
HSV(B)313.53º72.28%72.16%-
XYZ26.7814.8932.03-
YUV102.51157.06186.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.30%
GREEN value IS 51 (20.31% from 255) = 13.11%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=47.30%
G=13.11%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845115400.720.160.28313.5356.646.08
HexB8339A048101C13a392e
Octal27063232011020344727156
Binary1011100011001110011010010010001000011100100111010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8339A; }

 p { color: rgb(184,51,154); }

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

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

 a { background-color: rgb(184,51,154); }

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

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

 span { border-color: rgb(184,51,154); }

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