#B3347A

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

Shades of Medium Red Violet #B3347A

Tints of Medium Red Violet #B3347A

Color information

#B3347A (or 0xB3347A) is unknown color: approx Medium Red Violet. HEX triplet: B3, 34 and 7A. RGB value is (179,52,122). Sum of RGB (Red+Green+Blue) = 179+52+122=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3347A is #4CCB85. Grayscale: #616161. Windows color (decimal): -5032838 or 8008883. OLE color: 8008883.

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

Color convert

RGB17952122-
CMYK00.710.320.30
HSL326.93º54.98%45.29%-
HSV(B)326.93º70.95%70.2%-
XYZ23.3313.4419.78-
YUV97.95141.58185.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.71%
GREEN value IS 52 (20.70% from 255) = 14.73%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=50.71%
G=14.73%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795212200.710.320.30326.9354.9845.29
HexB3347A047201E147372d
Octal26364172010740365076755
Binary1011001111010011110100100011110000011110101000111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3347A; }

 p { color: rgb(179,52,122); }

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

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

 a { background-color: rgb(179,52,122); }

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

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

 span { border-color: rgb(179,52,122); }

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