#B3299D

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

Shades of Medium Red Violet #B3299D

Tints of Medium Red Violet #B3299D

Color information

#B3299D (or 0xB3299D) is unknown color: approx Medium Red Violet. HEX triplet: B3, 29 and 9D. RGB value is (179,41,157). Sum of RGB (Red+Green+Blue) = 179+41+157=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B3299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3299D is #4CD662. Grayscale: #5F5F5F. Windows color (decimal): -5035619 or 10299827. OLE color: 10299827.

HSL color Cylindrical-coordinate representation of color #B3299D: hue angle of 309.57º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3299D is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB17941157-
CMYK00.770.120.30
HSL309.57º62.73%43.14%-
HSV(B)309.57º77.09%70.2%-
XYZ25.4713.633.18-
YUV95.49162.72187.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.48%
GREEN value IS 41 (16.41% from 255) = 10.88%
BLUE value IS 157 (61.72% from 255) = 41.64%
R=47.48%
G=10.88%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794115700.770.120.30309.5762.7343.14
HexB3299D04DC1E1363f2b
Octal26351235011514364667753
Binary101100111010011001110101001101110011110100110110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3299D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3299D; }

 p { color: rgb(179,41,157); }

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

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

 a { background-color: rgb(179,41,157); }

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

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

 span { border-color: rgb(179,41,157); }

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