#BB107C

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

Shades of Medium Violet Red #BB107C

Tints of Medium Violet Red #BB107C

Color information

#BB107C (or 0xBB107C) is unknown color: approx Medium Violet Red. HEX triplet: BB, 10 and 7C. RGB value is (187,16,124). Sum of RGB (Red+Green+Blue) = 187+16+124=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB107C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB107C is #44EF83. Grayscale: #4F4F4F. Windows color (decimal): -4517764 or 8130747. OLE color: 8130747.

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

Color convert

RGB18716124-
CMYK00.910.340.27
HSL322.11º84.24%39.8%-
HSV(B)322.11º91.44%73.33%-
XYZ24.3212.3920.18-
YUV79.44153.15204.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.19%
GREEN value IS 16 (6.64% from 255) = 4.89%
BLUE value IS 124 (48.83% from 255) = 37.92%
R=57.19%
G=4.89%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871612400.910.340.27322.1184.2439.8
HexBB107C05B221B1425428
Octal273201740133423350212450
Binary1011101110000111110001011011100010110111010000101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB107C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB107C; }

 p { color: rgb(187,16,124); }

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

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

 a { background-color: rgb(187,16,124); }

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

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

 span { border-color: rgb(187,16,124); }

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