#BB3D86

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

Shades of Medium Red Violet #BB3D86

Tints of Medium Red Violet #BB3D86

Color information

#BB3D86 (or 0xBB3D86) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3D and 86. RGB value is (187,61,134). Sum of RGB (Red+Green+Blue) = 187+61+134=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3D86 is #44C279. Grayscale: #6A6A6A. Windows color (decimal): -4506234 or 8797627. OLE color: 8797627.

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

Color convert

RGB18761134-
CMYK00.670.280.27
HSL325.24º50.81%48.63%-
HSV(B)325.24º67.38%73.33%-
XYZ26.4715.6224.18-
YUV107143.24185.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 61 (24.22% from 255) = 15.97%
BLUE value IS 134 (52.73% from 255) = 35.08%
R=48.95%
G=15.97%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876113400.670.280.27325.2450.8148.63
HexBB3D860431C1B1453331
Octal27375206010334335056361
Binary1011101111110110000110010000111110011011101000101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3D86; }

 p { color: rgb(187,61,134); }

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

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

 a { background-color: rgb(187,61,134); }

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

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

 span { border-color: rgb(187,61,134); }

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