#BB3A82

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

Shades of Medium Red Violet #BB3A82

Tints of Medium Red Violet #BB3A82

Color information

#BB3A82 (or 0xBB3A82) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3A and 82. RGB value is (187,58,130). Sum of RGB (Red+Green+Blue) = 187+58+130=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3A82 is #44C57D. Grayscale: #686868. Windows color (decimal): -4507006 or 8534715. OLE color: 8534715.

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

Color convert

RGB18758130-
CMYK00.690.300.27
HSL326.51º52.65%48.04%-
HSV(B)326.51º68.98%73.33%-
XYZ26.0415.222.68-
YUV104.78142.24186.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 58 (23.05% from 255) = 15.47%
BLUE value IS 130 (51.17% from 255) = 34.67%
R=49.87%
G=15.47%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875813000.690.300.27326.5152.6548.04
HexBB3A820451E1B1473530
Octal27372202010536335076560
Binary1011101111101010000010010001011111011011101000111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3A82; }

 p { color: rgb(187,58,130); }

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

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

 a { background-color: rgb(187,58,130); }

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

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

 span { border-color: rgb(187,58,130); }

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