#BB30AA

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

Shades of Medium Red Violet #BB30AA

Tints of Medium Red Violet #BB30AA

Color information

#BB30AA (or 0xBB30AA) is unknown color: approx Medium Red Violet. HEX triplet: BB, 30 and AA. RGB value is (187,48,170). Sum of RGB (Red+Green+Blue) = 187+48+170=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB30AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB30AA is #44CF55. Grayscale: #676767. Windows color (decimal): -4509526 or 11153595. OLE color: 11153595.

HSL color Cylindrical-coordinate representation of color #BB30AA: hue angle of 307.34º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB30AA is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB18748170-
CMYK00.740.090.27
HSL307.34º59.15%46.08%-
HSV(B)307.34º74.33%73.33%-
XYZ28.8115.5839.52-
YUV103.47165.55187.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.17%
GREEN value IS 48 (19.14% from 255) = 11.85%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=46.17%
G=11.85%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874817000.740.090.27307.3459.1546.08
HexBB30AA04A91B1333b2e
Octal27360252011211334637356
Binary101110111100001010101001001010100111011100110011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB30AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB30AA; }

 p { color: rgb(187,48,170); }

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

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

 a { background-color: rgb(187,48,170); }

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

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

 span { border-color: rgb(187,48,170); }

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