#BB4187

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

Shades of Medium Red Violet #BB4187

Tints of Medium Red Violet #BB4187

Color information

#BB4187 (or 0xBB4187) is unknown color: approx Medium Red Violet. HEX triplet: BB, 41 and 87. RGB value is (187,65,135). Sum of RGB (Red+Green+Blue) = 187+65+135=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4187 is #44BE78. Grayscale: #6D6D6D. Windows color (decimal): -4505209 or 8864187. OLE color: 8864187.

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

Color convert

RGB18765135-
CMYK00.650.280.27
HSL325.57º48.41%49.41%-
HSV(B)325.57º65.24%73.33%-
XYZ26.7616.0924.62-
YUV109.46142.42183.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 65 (25.78% from 255) = 16.80%
BLUE value IS 135 (53.12% from 255) = 34.88%
R=48.32%
G=16.80%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876513500.650.280.27325.5748.4149.41
HexBB41870411C1B1463031
Octal273101207010134335066061
Binary10111011100000110000111010000011110011011101000110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4187; }

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

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

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

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

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

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

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

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