#BB1D8A

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

Shades of Medium Violet Red #BB1D8A

Tints of Medium Violet Red #BB1D8A

Color information

#BB1D8A (or 0xBB1D8A) is unknown color: approx Medium Violet Red. HEX triplet: BB, 1D and 8A. RGB value is (187,29,138). Sum of RGB (Red+Green+Blue) = 187+29+138=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1D8A is #44E275. Grayscale: #585858. Windows color (decimal): -4514422 or 9051579. OLE color: 9051579.

HSL color Cylindrical-coordinate representation of color #BB1D8A: hue angle of 318.61º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1D8A is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB18729138-
CMYK00.840.260.27
HSL318.61º73.15%42.35%-
HSV(B)318.61º84.49%73.33%-
XYZ25.5213.2825.26-
YUV88.67155.85198.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.82%
GREEN value IS 29 (11.72% from 255) = 8.19%
BLUE value IS 138 (54.30% from 255) = 38.98%
R=52.82%
G=8.19%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872913800.840.260.27318.6173.1542.35
HexBB1D8A0541A1B13f492a
Octal273352120124323347711152
Binary1011101111101100010100101010011010110111001111111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1D8A; }

 p { color: rgb(187,29,138); }

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

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

 a { background-color: rgb(187,29,138); }

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

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

 span { border-color: rgb(187,29,138); }

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