#BB3BA1

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

Shades of Medium Red Violet #BB3BA1

Tints of Medium Red Violet #BB3BA1

Color information

#BB3BA1 (or 0xBB3BA1) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3B and A1. RGB value is (187,59,161). Sum of RGB (Red+Green+Blue) = 187+59+161=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3BA1 is #44C45E. Grayscale: #6C6C6C. Windows color (decimal): -4506719 or 10566587. OLE color: 10566587.

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

Color convert

RGB18759161-
CMYK00.680.140.27
HSL312.19º52.03%48.24%-
HSV(B)312.19º68.45%73.33%-
XYZ28.4916.2735.36-
YUV108.9157.41183.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 59 (23.44% from 255) = 14.50%
BLUE value IS 161 (63.28% from 255) = 39.56%
R=45.95%
G=14.50%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875916100.680.140.27312.1952.0348.24
HexBB3BA1044E1B1383430
Octal27373241010416334706460
Binary101110111110111010000101000100111011011100111000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3BA1; }

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

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

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

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

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

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

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

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