#BB3D9D

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

Shades of Medium Red Violet #BB3D9D

Tints of Medium Red Violet #BB3D9D

Color information

#BB3D9D (or 0xBB3D9D) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3D and 9D. RGB value is (187,61,157). Sum of RGB (Red+Green+Blue) = 187+61+157=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3D9D is #44C262. Grayscale: #6D6D6D. Windows color (decimal): -4506211 or 10304955. OLE color: 10304955.

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

Color convert

RGB18761157-
CMYK00.670.160.27
HSL314.29º50.81%48.63%-
HSV(B)314.29º67.38%73.33%-
XYZ28.2516.3433.56-
YUV109.62154.74183.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.17%
GREEN value IS 61 (24.22% from 255) = 15.06%
BLUE value IS 157 (61.72% from 255) = 38.77%
R=46.17%
G=15.06%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876115700.670.160.27314.2950.8148.63
HexBB3D9D043101B13a3331
Octal27375235010320334726361
Binary1011101111110110011101010000111000011011100111010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3D9D; }

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

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

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

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

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

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

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

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