#B8299D

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

Shades of Medium Red Violet #B8299D

Tints of Medium Red Violet #B8299D

Color information

#B8299D (or 0xB8299D) is unknown color: approx Medium Red Violet. HEX triplet: B8, 29 and 9D. RGB value is (184,41,157). Sum of RGB (Red+Green+Blue) = 184+41+157=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B8299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8299D is #47D662. Grayscale: #606060. Windows color (decimal): -4707939 or 10299832. OLE color: 10299832.

HSL color Cylindrical-coordinate representation of color #B8299D: hue angle of 311.33º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8299D is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB18441157-
CMYK00.780.150.28
HSL311.33º63.56%44.12%-
HSV(B)311.33º77.72%72.16%-
XYZ26.6514.2133.24-
YUV96.98161.88190.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.17%
GREEN value IS 41 (16.41% from 255) = 10.73%
BLUE value IS 157 (61.72% from 255) = 41.10%
R=48.17%
G=10.73%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1844115700.780.150.28311.3363.5644.12
HexB8299D04EF1C137402c
Octal270512350116173446710054
Binary1011100010100110011101010011101111111001001101111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8299D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8299D; }

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

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

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

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

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

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

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

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