#B3347B

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

Shades of Medium Red Violet #B3347B

Tints of Medium Red Violet #B3347B

Color information

#B3347B (or 0xB3347B) is unknown color: approx Medium Red Violet. HEX triplet: B3, 34 and 7B. RGB value is (179,52,123). Sum of RGB (Red+Green+Blue) = 179+52+123=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B3347B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3347B is #4CCB84. Grayscale: #616161. Windows color (decimal): -5032837 or 8074419. OLE color: 8074419.

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

Color convert

RGB17952123-
CMYK00.710.310.30
HSL326.46º54.98%45.29%-
HSV(B)326.46º70.95%70.2%-
XYZ23.3913.4720.11-
YUV98.07142.08185.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.56%
GREEN value IS 52 (20.70% from 255) = 14.69%
BLUE value IS 123 (48.44% from 255) = 34.75%
R=50.56%
G=14.69%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795212300.710.310.30326.4654.9845.29
HexB3347B0471F1E146372d
Octal26364173010737365066755
Binary101100111101001111011010001111111111110101000110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3347B; }

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

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

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

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

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

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

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

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