#B3309A

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

Shades of Medium Red Violet #B3309A

Tints of Medium Red Violet #B3309A

Color information

#B3309A (or 0xB3309A) is unknown color: approx Medium Red Violet. HEX triplet: B3, 30 and 9A. RGB value is (179,48,154). Sum of RGB (Red+Green+Blue) = 179+48+154=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B3309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3309A is #4CCF65. Grayscale: #626262. Windows color (decimal): -5033830 or 10105011. OLE color: 10105011.

HSL color Cylindrical-coordinate representation of color #B3309A: hue angle of 311.45º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B3309A is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB17948154-
CMYK00.730.140.30
HSL311.45º57.71%44.51%-
HSV(B)311.45º73.18%70.2%-
XYZ25.4814.0331.94-
YUV99.25158.9184.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.98%
GREEN value IS 48 (19.14% from 255) = 12.60%
BLUE value IS 154 (60.55% from 255) = 40.42%
R=46.98%
G=12.60%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794815400.730.140.30311.4557.7144.51
HexB3309A049E1E1373a2d
Octal26360232011116364677255
Binary101100111100001001101001001001111011110100110111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3309A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3309A; }

 p { color: rgb(179,48,154); }

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

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

 a { background-color: rgb(179,48,154); }

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

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

 span { border-color: rgb(179,48,154); }

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