#BB3894

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

Shades of Medium Red Violet #BB3894

Tints of Medium Red Violet #BB3894

Color information

#BB3894 (or 0xBB3894) is unknown color: approx Medium Red Violet. HEX triplet: BB, 38 and 94. RGB value is (187,56,148). Sum of RGB (Red+Green+Blue) = 187+56+148=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3894 is #44C76B. Grayscale: #696969. Windows color (decimal): -4507500 or 9713851. OLE color: 9713851.

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

Color convert

RGB18756148-
CMYK00.700.210.27
HSL317.86º53.91%47.65%-
HSV(B)317.86º70.05%73.33%-
XYZ27.2515.5329.58-
YUV105.66151.9186.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.83%
GREEN value IS 56 (22.27% from 255) = 14.32%
BLUE value IS 148 (58.20% from 255) = 37.85%
R=47.83%
G=14.32%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875614800.700.210.27317.8653.9147.65
HexBB3894046151B13e3630
Octal27370224010625334766660
Binary1011101111100010010100010001101010111011100111110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3894; }

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

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

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

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

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

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

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

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