#BB189A

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

Shades of Medium Violet Red #BB189A

Tints of Medium Violet Red #BB189A

Color information

#BB189A (or 0xBB189A) is unknown color: approx Medium Violet Red. HEX triplet: BB, 18 and 9A. RGB value is (187,24,154). Sum of RGB (Red+Green+Blue) = 187+24+154=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB189A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB189A is #44E765. Grayscale: #575757. Windows color (decimal): -4515686 or 10098875. OLE color: 10098875.

HSL color Cylindrical-coordinate representation of color #BB189A: hue angle of 312.15º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB189A is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18724154-
CMYK00.870.180.27
HSL312.15º77.25%41.37%-
HSV(B)312.15º87.17%73.33%-
XYZ26.6513.5531.78-
YUV87.56165.5198.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.23%
GREEN value IS 24 (9.77% from 255) = 6.58%
BLUE value IS 154 (60.55% from 255) = 42.19%
R=51.23%
G=6.58%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872415400.870.180.27312.1577.2541.37
HexBB189A057121B1384d29
Octal273302320127223347011551
Binary1011101111000100110100101011110010110111001110001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB189A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB189A; }

 p { color: rgb(187,24,154); }

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

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

 a { background-color: rgb(187,24,154); }

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

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

 span { border-color: rgb(187,24,154); }

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