#B0298A

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

Shades of Medium Red Violet #B0298A

Tints of Medium Red Violet #B0298A

Color information

#B0298A (or 0xB0298A) is unknown color: approx Medium Red Violet. HEX triplet: B0, 29 and 8A. RGB value is (176,41,138). Sum of RGB (Red+Green+Blue) = 176+41+138=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0298A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0298A is #4FD675. Grayscale: #5C5C5C. Windows color (decimal): -5232246 or 9054640. OLE color: 9054640.

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

Color convert

RGB17641138-
CMYK00.770.220.31
HSL316.89º62.21%42.55%-
HSV(B)316.89º76.7%69.02%-
XYZ23.2812.6525.26-
YUV92.42153.73187.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.58%
GREEN value IS 41 (16.41% from 255) = 11.55%
BLUE value IS 138 (54.30% from 255) = 38.87%
R=49.58%
G=11.55%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764113800.770.220.31316.8962.2142.55
HexB0298A04D161F13d3e2b
Octal26051212011526374757653
Binary1011000010100110001010010011011011011111100111101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0298A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0298A; }

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

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

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

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

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

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

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

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