#b3208d

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

Shades of Medium Red Violet #B3208D

Tints of Medium Red Violet #B3208D

Color information

#B3208D (or 0xB3208D) is unknown color: approx Medium Red Violet. HEX triplet: B3, 20 and 8D. RGB value is (179,32,141). Sum of RGB (Red+Green+Blue) = 179+32+141=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B3208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3208D is #4CDF72. Grayscale: #585858. Windows color (decimal): -5037939 or 9248947. OLE color: 9248947.

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

Color convert

RGB17932141-
CMYK00.820.210.30
HSL315.51º69.67%41.37%-
HSV(B)315.51º82.12%70.2%-
XYZ23.9112.5426.36-
YUV88.38157.7192.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.85%
GREEN value IS 32 (12.89% from 255) = 9.09%
BLUE value IS 141 (55.47% from 255) = 40.06%
R=50.85%
G=9.09%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1793214100.820.210.30315.5169.6741.37
HexB3208D052151E13c4629
Octal263402150122253647410651
Binary10110011100000100011010101001010101111101001111001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3208d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3208d; }

 p { color: rgb(179,32,141); }

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

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

 a { background-color: rgb(179,32,141); }

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

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

 span { border-color: rgb(179,32,141); }

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