#bb3f8c

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

Shades of Medium Red Violet #BB3F8C

Tints of Medium Red Violet #BB3F8C

Color information

#BB3F8C (or 0xBB3F8C) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3F and 8C. RGB value is (187,63,140). Sum of RGB (Red+Green+Blue) = 187+63+140=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3F8C is #44C073. Grayscale: #6C6C6C. Windows color (decimal): -4505716 or 9191355. OLE color: 9191355.

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

Color convert

RGB18763140-
CMYK00.660.250.27
HSL322.74º49.6%49.02%-
HSV(B)322.74º66.31%73.33%-
XYZ2716.0126.48-
YUV108.85145.58183.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.95%
GREEN value IS 63 (25% from 255) = 16.15%
BLUE value IS 140 (55.08% from 255) = 35.90%
R=47.95%
G=16.15%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876314000.660.250.27322.7449.649.02
HexBB3F8C042191B1433231
Octal27377214010231335036261
Binary1011101111111110001100010000101100111011101000011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb3f8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb3f8c; }

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

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

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

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

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

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

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

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