#BB3B84

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

Shades of Medium Red Violet #BB3B84

Tints of Medium Red Violet #BB3B84

Color information

#BB3B84 (or 0xBB3B84) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3B and 84. RGB value is (187,59,132). Sum of RGB (Red+Green+Blue) = 187+59+132=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3B84 is #44C47B. Grayscale: #696969. Windows color (decimal): -4506748 or 8666043. OLE color: 8666043.

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

Color convert

RGB18759132-
CMYK00.680.290.27
HSL325.78º52.03%48.24%-
HSV(B)325.78º68.45%73.33%-
XYZ26.2215.3623.41-
YUV105.59142.91186.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 59 (23.44% from 255) = 15.61%
BLUE value IS 132 (51.95% from 255) = 34.92%
R=49.47%
G=15.61%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875913200.680.290.27325.7852.0348.24
HexBB3B840441D1B1463430
Octal27373204010435335066460
Binary1011101111101110000100010001001110111011101000110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3B84; }

 p { color: rgb(187,59,132); }

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

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

 a { background-color: rgb(187,59,132); }

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

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

 span { border-color: rgb(187,59,132); }

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