#BB2898

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

Shades of Medium Red Violet #BB2898

Tints of Medium Red Violet #BB2898

Color information

#BB2898 (or 0xBB2898) is unknown color: approx Medium Red Violet. HEX triplet: BB, 28 and 98. RGB value is (187,40,152). Sum of RGB (Red+Green+Blue) = 187+40+152=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2898 is #44D767. Grayscale: #606060. Windows color (decimal): -4511592 or 9971899. OLE color: 9971899.

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

Color convert

RGB18740152-
CMYK00.790.190.27
HSL314.29º64.76%44.51%-
HSV(B)314.29º78.61%73.33%-
XYZ26.9214.3531.06-
YUV96.72159.2192.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.34%
GREEN value IS 40 (16.02% from 255) = 10.55%
BLUE value IS 152 (59.77% from 255) = 40.11%
R=49.34%
G=10.55%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874015200.790.190.27314.2964.7644.51
HexBB289804F131B13a412d
Octal273502300117233347210155
Binary10111011101000100110000100111110011110111001110101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2898; }

 p { color: rgb(187,40,152); }

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

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

 a { background-color: rgb(187,40,152); }

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

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

 span { border-color: rgb(187,40,152); }

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