#BB3F89

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

Shades of Medium Red Violet #BB3F89

Tints of Medium Red Violet #BB3F89

Color information

#BB3F89 (or 0xBB3F89) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3F and 89. RGB value is (187,63,137). Sum of RGB (Red+Green+Blue) = 187+63+137=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3F89 is #44C076. Grayscale: #6C6C6C. Windows color (decimal): -4505719 or 8994747. OLE color: 8994747.

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

Color convert

RGB18763137-
CMYK00.660.270.27
HSL324.19º49.6%49.02%-
HSV(B)324.19º66.31%73.33%-
XYZ26.7915.9325.33-
YUV108.51144.08183.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 63 (25% from 255) = 16.28%
BLUE value IS 137 (53.91% from 255) = 35.40%
R=48.32%
G=16.28%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876313700.660.270.27324.1949.649.02
HexBB3F890421B1B1443231
Octal27377211010233335046261
Binary1011101111111110001001010000101101111011101000100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3F89; }

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

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

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

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

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

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

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

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