#BB1FA7

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

Shades of Medium Violet Red #BB1FA7

Tints of Medium Violet Red #BB1FA7

Color information

#BB1FA7 (or 0xBB1FA7) is unknown color: approx Medium Violet Red. HEX triplet: BB, 1F and A7. RGB value is (187,31,167). Sum of RGB (Red+Green+Blue) = 187+31+167=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 167 (65.62% from 255 or 43.38% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1FA7 is #44E058. Grayscale: #5C5C5C. Windows color (decimal): -4513881 or 10952635. OLE color: 10952635.

HSL color Cylindrical-coordinate representation of color #BB1FA7: hue angle of 307.69º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB1FA7 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB18731167-
CMYK00.830.110.27
HSL307.69º71.56%42.75%-
HSV(B)307.69º83.42%73.33%-
XYZ27.9614.3337.85-
YUV93.15169.68194.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 31 (12.5% from 255) = 8.05%
BLUE value IS 167 (65.62% from 255) = 43.38%
R=48.57%
G=8.05%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873116700.830.110.27307.6971.5642.75
HexBB1FA7053B1B134482b
Octal273372470123133346411053
Binary101110111111110100111010100111011110111001101001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1FA7; }

 p { color: rgb(187,31,167); }

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

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

 a { background-color: rgb(187,31,167); }

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

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

 span { border-color: rgb(187,31,167); }

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