#B2299D

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

Shades of Medium Red Violet #B2299D

Tints of Medium Red Violet #B2299D

Color information

#B2299D (or 0xB2299D) is unknown color: approx Medium Red Violet. HEX triplet: B2, 29 and 9D. RGB value is (178,41,157). Sum of RGB (Red+Green+Blue) = 178+41+157=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B2299D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2299D is #4DD662. Grayscale: #5E5E5E. Windows color (decimal): -5101155 or 10299826. OLE color: 10299826.

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

Color convert

RGB17841157-
CMYK00.770.120.30
HSL309.2º62.56%42.94%-
HSV(B)309.2º76.97%69.8%-
XYZ25.2413.4933.17-
YUV95.19162.89187.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.34%
GREEN value IS 41 (16.41% from 255) = 10.90%
BLUE value IS 157 (61.72% from 255) = 41.76%
R=47.34%
G=10.90%
B=41.76%

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
Decimal1784115700.770.120.30309.262.5642.94
HexB2299D04DC1E1353f2b
Octal26251235011514364657753
Binary101100101010011001110101001101110011110100110101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2299D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2299D; }

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

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

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

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

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

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

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

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