#BB3895

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

Shades of Medium Red Violet #BB3895

Tints of Medium Red Violet #BB3895

Color information

#BB3895 (or 0xBB3895) is unknown color: approx Medium Red Violet. HEX triplet: BB, 38 and 95. RGB value is (187,56,149). Sum of RGB (Red+Green+Blue) = 187+56+149=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3895 is #44C76A. Grayscale: #696969. Windows color (decimal): -4507499 or 9779387. OLE color: 9779387.

HSL color Cylindrical-coordinate representation of color #BB3895: hue angle of 317.4º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3895 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB18756149-
CMYK00.700.200.27
HSL317.4º53.91%47.65%-
HSV(B)317.4º70.05%73.33%-
XYZ27.3315.5630-
YUV105.77152.4185.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.70%
GREEN value IS 56 (22.27% from 255) = 14.29%
BLUE value IS 149 (58.59% from 255) = 38.01%
R=47.70%
G=14.29%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875614900.700.200.27317.453.9147.65
HexBB3895046141B13d3630
Octal27370225010624334756660
Binary1011101111100010010101010001101010011011100111101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3895; }

 p { color: rgb(187,56,149); }

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

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

 a { background-color: rgb(187,56,149); }

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

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

 span { border-color: rgb(187,56,149); }

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