#BB299A

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

Shades of Medium Red Violet #BB299A

Tints of Medium Red Violet #BB299A

Color information

#BB299A (or 0xBB299A) is unknown color: approx Medium Red Violet. HEX triplet: BB, 29 and 9A. RGB value is (187,41,154). Sum of RGB (Red+Green+Blue) = 187+41+154=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB299A is #44D665. Grayscale: #616161. Windows color (decimal): -4511334 or 10103227. OLE color: 10103227.

HSL color Cylindrical-coordinate representation of color #BB299A: hue angle of 313.56º 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 #BB299A is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18741154-
CMYK00.780.180.27
HSL313.56º64.04%44.71%-
HSV(B)313.56º78.07%73.33%-
XYZ27.1214.4831.94-
YUV97.54159.87191.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 41 (16.41% from 255) = 10.73%
BLUE value IS 154 (60.55% from 255) = 40.31%
R=48.95%
G=10.73%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874115400.780.180.27313.5664.0444.71
HexBB299A04E121B13a402d
Octal273512320116223347210055
Binary10111011101001100110100100111010010110111001110101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB299A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB299A; }

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

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

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

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

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

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

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

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