#BB129E

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

Shades of Medium Violet Red #BB129E

Tints of Medium Violet Red #BB129E

Color information

#BB129E (or 0xBB129E) is unknown color: approx Medium Violet Red. HEX triplet: BB, 12 and 9E. RGB value is (187,18,158). Sum of RGB (Red+Green+Blue) = 187+18+158=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB129E is #44ED61. Grayscale: #545454. Windows color (decimal): -4517218 or 10359483. OLE color: 10359483.

HSL color Cylindrical-coordinate representation of color #BB129E: hue angle of 310.3º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB129E is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB18718158-
CMYK00.900.160.27
HSL310.3º82.44%40.2%-
HSV(B)310.3º90.37%73.33%-
XYZ26.8813.4733.53-
YUV84.49169.49201.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.52%
GREEN value IS 18 (7.42% from 255) = 4.96%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=51.52%
G=4.96%
B=43.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871815800.900.160.27310.382.4440.2
HexBB129E05A101B1365228
Octal273222360132203346612250
Binary1011101110010100111100101101010000110111001101101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB129E; }

 p { color: rgb(187,18,158); }

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

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

 a { background-color: rgb(187,18,158); }

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

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

 span { border-color: rgb(187,18,158); }

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