#B0299D

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

Shades of Medium Red Violet #B0299D

Tints of Medium Red Violet #B0299D

Color information

#B0299D (or 0xB0299D) is unknown color: approx Medium Red Violet. HEX triplet: B0, 29 and 9D. RGB value is (176,41,157). Sum of RGB (Red+Green+Blue) = 176+41+157=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B0299D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0299D is #4FD662. Grayscale: #5E5E5E. Windows color (decimal): -5232227 or 10299824. OLE color: 10299824.

HSL color Cylindrical-coordinate representation of color #B0299D: hue angle of 308.44º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0299D is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17641157-
CMYK00.770.110.31
HSL308.44º62.21%42.55%-
HSV(B)308.44º76.7%69.02%-
XYZ24.7813.2533.15-
YUV94.59163.23186.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.06%
GREEN value IS 41 (16.41% from 255) = 10.96%
BLUE value IS 157 (61.72% from 255) = 41.98%
R=47.06%
G=10.96%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764115700.770.110.31308.4462.2142.55
HexB0299D04DB1F1343e2b
Octal26051235011513374647653
Binary101100001010011001110101001101101111111100110100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0299D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0299D; }

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

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

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

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

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

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

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

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