#BB298E

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

Shades of Medium Red Violet #BB298E

Tints of Medium Red Violet #BB298E

Color information

#BB298E (or 0xBB298E) is unknown color: approx Medium Red Violet. HEX triplet: BB, 29 and 8E. RGB value is (187,41,142). Sum of RGB (Red+Green+Blue) = 187+41+142=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB298E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB298E is #44D671. Grayscale: #5F5F5F. Windows color (decimal): -4511346 or 9316795. OLE color: 9316795.

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

Color convert

RGB18741142-
CMYK00.780.240.27
HSL318.49º64.04%44.71%-
HSV(B)318.49º78.07%73.33%-
XYZ26.1714.126.93-
YUV96.17153.87192.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.54%
GREEN value IS 41 (16.41% from 255) = 11.08%
BLUE value IS 142 (55.86% from 255) = 38.38%
R=50.54%
G=11.08%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874114200.780.240.27318.4964.0444.71
HexBB298E04E181B13e402d
Octal273512160116303347610055
Binary10111011101001100011100100111011000110111001111101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB298E; }

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

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

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

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

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

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

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

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