#bb28ad

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

Shades of Medium Red Violet #BB28AD

Tints of Medium Red Violet #BB28AD

Color information

#BB28AD (or 0xBB28AD) is unknown color: approx Medium Red Violet. HEX triplet: BB, 28 and AD. RGB value is (187,40,173). Sum of RGB (Red+Green+Blue) = 187+40+173=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB28AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB28AD is #44D752. Grayscale: #626262. Windows color (decimal): -4511571 or 11348155. OLE color: 11348155.

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

Color convert

RGB18740173-
CMYK00.790.070.27
HSL305.71º64.76%44.51%-
HSV(B)305.71º78.61%73.33%-
XYZ28.815.140.93-
YUV99.12169.7190.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 40 (16.02% from 255) = 10%
BLUE value IS 173 (67.97% from 255) = 43.25%
R=46.75%
G=10%
B=43.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874017300.790.070.27305.7164.7644.51
HexBB28AD04F71B132412d
Octal27350255011773346210155
Binary101110111010001010110101001111111110111001100101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb28ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb28ad; }

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

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

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

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

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

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

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

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