#BB107F

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

Shades of Medium Violet Red #BB107F

Tints of Medium Violet Red #BB107F

Color information

#BB107F (or 0xBB107F) is unknown color: approx Medium Violet Red. HEX triplet: BB, 10 and 7F. RGB value is (187,16,127). Sum of RGB (Red+Green+Blue) = 187+16+127=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB107F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB107F is #44EF80. Grayscale: #4F4F4F. Windows color (decimal): -4517761 or 8327355. OLE color: 8327355.

HSL color Cylindrical-coordinate representation of color #BB107F: hue angle of 321.05º 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 #BB107F is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB18716127-
CMYK00.910.320.27
HSL321.05º84.24%39.8%-
HSV(B)321.05º91.44%73.33%-
XYZ24.5112.4721.19-
YUV79.78154.65204.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.67%
GREEN value IS 16 (6.64% from 255) = 4.85%
BLUE value IS 127 (50% from 255) = 38.48%
R=56.67%
G=4.85%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871612700.910.320.27321.0584.2439.8
HexBB107F05B201B1415428
Octal273201770133403350112450
Binary1011101110000111111101011011100000110111010000011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB107F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB107F; }

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

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

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

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

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

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

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

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