#B3368E

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

Shades of Medium Red Violet #B3368E

Tints of Medium Red Violet #B3368E

Color information

#B3368E (or 0xB3368E) is unknown color: approx Medium Red Violet. HEX triplet: B3, 36 and 8E. RGB value is (179,54,142). Sum of RGB (Red+Green+Blue) = 179+54+142=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B3368E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3368E is #4CC971. Grayscale: #656565. Windows color (decimal): -5032306 or 9320115. OLE color: 9320115.

HSL color Cylindrical-coordinate representation of color #B3368E: hue angle of 317.76º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B3368E is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB17954142-
CMYK00.700.210.30
HSL317.76º53.65%45.69%-
HSV(B)317.76º69.83%70.2%-
XYZ24.7914.1827.02-
YUV101.41150.91183.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 54 (21.48% from 255) = 14.4%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=47.73%
G=14.4%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795414200.700.210.30317.7653.6545.69
HexB3368E046151E13e362e
Octal26366216010625364766656
Binary1011001111011010001110010001101010111110100111110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3368E; }

 p { color: rgb(179,54,142); }

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

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

 a { background-color: rgb(179,54,142); }

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

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

 span { border-color: rgb(179,54,142); }

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