#B3369B

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

Shades of Medium Red Violet #B3369B

Tints of Medium Red Violet #B3369B

Color information

#B3369B (or 0xB3369B) is unknown color: approx Medium Red Violet. HEX triplet: B3, 36 and 9B. RGB value is (179,54,155). Sum of RGB (Red+Green+Blue) = 179+54+155=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B3369B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3369B is #4CC964. Grayscale: #666666. Windows color (decimal): -5032293 or 10172083. OLE color: 10172083.

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

Color convert

RGB17954155-
CMYK00.700.130.30
HSL311.52º53.65%45.69%-
HSV(B)311.52º69.83%70.2%-
XYZ25.8314.5932.47-
YUV102.89157.41182.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.13%
GREEN value IS 54 (21.48% from 255) = 13.92%
BLUE value IS 155 (60.94% from 255) = 39.95%
R=46.13%
G=13.92%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795415500.700.130.30311.5253.6545.69
HexB3369B046D1E138362e
Octal26366233010615364706656
Binary101100111101101001101101000110110111110100111000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3369B; }

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

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

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

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

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

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

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

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