#BB1793

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

Shades of Medium Violet Red #BB1793

Tints of Medium Violet Red #BB1793

Color information

#BB1793 (or 0xBB1793) is unknown color: approx Medium Violet Red. HEX triplet: BB, 17 and 93. RGB value is (187,23,147). Sum of RGB (Red+Green+Blue) = 187+23+147=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1793 is #44E86C. Grayscale: #555555. Windows color (decimal): -4515949 or 9639867. OLE color: 9639867.

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

Color convert

RGB18723147-
CMYK00.880.210.27
HSL314.63º78.1%41.18%-
HSV(B)314.63º87.7%73.33%-
XYZ26.0713.2828.79-
YUV86.17162.33199.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.38%
GREEN value IS 23 (9.38% from 255) = 6.44%
BLUE value IS 147 (57.81% from 255) = 41.18%
R=52.38%
G=6.44%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872314700.880.210.27314.6378.141.18
HexBB1793058151B13b4e29
Octal273272230130253347311651
Binary1011101110111100100110101100010101110111001110111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1793; }

 p { color: rgb(187,23,147); }

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

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

 a { background-color: rgb(187,23,147); }

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

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

 span { border-color: rgb(187,23,147); }

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