#BB28AC

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

Shades of Medium Red Violet #BB28AC

Tints of Medium Red Violet #BB28AC

Color information

#BB28AC (or 0xBB28AC) is unknown color: approx Medium Red Violet. HEX triplet: BB, 28 and AC. RGB value is (187,40,172). Sum of RGB (Red+Green+Blue) = 187+40+172=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB28AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB28AC is #44D753. Grayscale: #626262. Windows color (decimal): -4511572 or 11282619. OLE color: 11282619.

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

Color convert

RGB18740172-
CMYK00.790.080.27
HSL306.12º64.76%44.51%-
HSV(B)306.12º78.61%73.33%-
XYZ28.715.0640.42-
YUV99169.2190.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 40 (16.02% from 255) = 10.03%
BLUE value IS 172 (67.58% from 255) = 43.11%
R=46.87%
G=10.03%
B=43.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874017200.790.080.27306.1264.7644.51
HexBB28AC04F81B132412d
Octal273502540117103346210155
Binary1011101110100010101100010011111000110111001100101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB28AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB28AC; }

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

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

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

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

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

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

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

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