#bb3f86

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

Shades of Medium Red Violet #BB3F86

Tints of Medium Red Violet #BB3F86

Color information

#BB3F86 (or 0xBB3F86) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3F and 86. RGB value is (187,63,134). Sum of RGB (Red+Green+Blue) = 187+63+134=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3F86 is #44C079. Grayscale: #6C6C6C. Windows color (decimal): -4505722 or 8798139. OLE color: 8798139.

HSL color Cylindrical-coordinate representation of color #BB3F86: hue angle of 325.65º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB3F86 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB18763134-
CMYK00.660.280.27
HSL325.65º49.6%49.02%-
HSV(B)325.65º66.31%73.33%-
XYZ26.5715.8424.21-
YUV108.17142.58184.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.70%
GREEN value IS 63 (25% from 255) = 16.41%
BLUE value IS 134 (52.73% from 255) = 34.90%
R=48.70%
G=16.41%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876313400.660.280.27325.6549.649.02
HexBB3F860421C1B1463231
Octal27377206010234335066261
Binary1011101111111110000110010000101110011011101000110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb3f86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb3f86; }

 p { color: rgb(187,63,134); }

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

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

 a { background-color: rgb(187,63,134); }

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

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

 span { border-color: rgb(187,63,134); }

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