#BB3087

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

Shades of Medium Red Violet #BB3087

Tints of Medium Red Violet #BB3087

Color information

#BB3087 (or 0xBB3087) is unknown color: approx Medium Red Violet. HEX triplet: BB, 30 and 87. RGB value is (187,48,135). Sum of RGB (Red+Green+Blue) = 187+48+135=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3087 is #44CF78. Grayscale: #636363. Windows color (decimal): -4509561 or 8859835. OLE color: 8859835.

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

Color convert

RGB18748135-
CMYK00.740.280.27
HSL322.45º59.15%46.08%-
HSV(B)322.45º74.33%73.33%-
XYZ25.9214.4324.34-
YUV99.48148.05190.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.54%
GREEN value IS 48 (19.14% from 255) = 12.97%
BLUE value IS 135 (53.12% from 255) = 36.49%
R=50.54%
G=12.97%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874813500.740.280.27322.4559.1546.08
HexBB308704A1C1B1423b2e
Octal27360207011234335027356
Binary1011101111000010000111010010101110011011101000010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3087; }

 p { color: rgb(187,48,135); }

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

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

 a { background-color: rgb(187,48,135); }

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

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

 span { border-color: rgb(187,48,135); }

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