#B0299E

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

Shades of Medium Red Violet #B0299E

Tints of Medium Red Violet #B0299E

Color information

#B0299E (or 0xB0299E) is unknown color: approx Medium Red Violet. HEX triplet: B0, 29 and 9E. RGB value is (176,41,158). Sum of RGB (Red+Green+Blue) = 176+41+158=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B0299E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0299E is #4FD661. Grayscale: #5E5E5E. Windows color (decimal): -5232226 or 10365360. OLE color: 10365360.

HSL color Cylindrical-coordinate representation of color #B0299E: hue angle of 308º 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 #B0299E is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17641158-
CMYK00.770.100.31
HSL308º62.21%42.55%-
HSV(B)308º76.7%69.02%-
XYZ24.8713.2833.6-
YUV94.7163.73185.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.93%
GREEN value IS 41 (16.41% from 255) = 10.93%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=46.93%
G=10.93%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764115800.770.100.3130862.2142.55
HexB0299E04DA1F1343e2b
Octal26051236011512374647653
Binary101100001010011001111001001101101011111100110100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0299E; }

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

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

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

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

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

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

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

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