#bb296f

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

Shades of Medium Red Violet #BB296F

Tints of Medium Red Violet #BB296F

Color information

#BB296F (or 0xBB296F) is unknown color: approx Medium Red Violet. HEX triplet: BB, 29 and 6F. RGB value is (187,41,111). Sum of RGB (Red+Green+Blue) = 187+41+111=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB296F is #44D690. Grayscale: #5C5C5C. Windows color (decimal): -4511377 or 7285179. OLE color: 7285179.

HSL color Cylindrical-coordinate representation of color #BB296F: hue angle of 331.23º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB296F is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB18741111-
CMYK00.780.410.27
HSL331.23º64.04%44.71%-
HSV(B)331.23º78.07%73.33%-
XYZ24.1613.316.33-
YUV92.63138.37195.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.16%
GREEN value IS 41 (16.41% from 255) = 12.09%
BLUE value IS 111 (43.75% from 255) = 32.74%
R=55.16%
G=12.09%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874111100.780.410.27331.2364.0444.71
HexBB296F04E291B14b402d
Octal273511570116513351310055
Binary10111011101001110111101001110101001110111010010111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb296f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb296f; }

 p { color: rgb(187,41,111); }

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

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

 a { background-color: rgb(187,41,111); }

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

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

 span { border-color: rgb(187,41,111); }

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