#B5299F

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

Shades of Medium Red Violet #B5299F

Tints of Medium Red Violet #B5299F

Color information

#B5299F (or 0xB5299F) is unknown color: approx Medium Red Violet. HEX triplet: B5, 29 and 9F. RGB value is (181,41,159). Sum of RGB (Red+Green+Blue) = 181+41+159=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B5299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5299F is #4AD660. Grayscale: #5F5F5F. Windows color (decimal): -4904545 or 10430901. OLE color: 10430901.

HSL color Cylindrical-coordinate representation of color #B5299F: hue angle of 309.43º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5299F is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB18141159-
CMYK00.770.120.29
HSL309.43º63.06%43.53%-
HSV(B)309.43º77.35%70.98%-
XYZ26.1113.9134.11-
YUV96.31163.38188.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.51%
GREEN value IS 41 (16.41% from 255) = 10.76%
BLUE value IS 159 (62.5% from 255) = 41.73%
R=47.51%
G=10.76%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814115900.770.120.29309.4363.0643.53
HexB5299F04DC1D1353f2c
Octal26551237011514354657754
Binary101101011010011001111101001101110011101100110101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5299F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5299F; }

 p { color: rgb(181,41,159); }

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

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

 a { background-color: rgb(181,41,159); }

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

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

 span { border-color: rgb(181,41,159); }

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