#BB33A5

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

Shades of Medium Red Violet #BB33A5

Tints of Medium Red Violet #BB33A5

Color information

#BB33A5 (or 0xBB33A5) is unknown color: approx Medium Red Violet. HEX triplet: BB, 33 and A5. RGB value is (187,51,165). Sum of RGB (Red+Green+Blue) = 187+51+165=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB33A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB33A5 is #44CC5A. Grayscale: #686868. Windows color (decimal): -4508763 or 10826683. OLE color: 10826683.

HSL color Cylindrical-coordinate representation of color #BB33A5: hue angle of 309.71º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB33A5 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB18751165-
CMYK00.730.120.27
HSL309.71º57.14%46.67%-
HSV(B)309.71º72.73%73.33%-
XYZ28.4715.6537.12-
YUV104.66162.06186.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.40%
GREEN value IS 51 (20.31% from 255) = 12.66%
BLUE value IS 165 (64.84% from 255) = 40.94%
R=46.40%
G=12.66%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875116500.730.120.27309.7157.1446.67
HexBB33A5049C1B136392f
Octal27363245011114334667157
Binary101110111100111010010101001001110011011100110110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB33A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB33A5; }

 p { color: rgb(187,51,165); }

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

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

 a { background-color: rgb(187,51,165); }

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

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

 span { border-color: rgb(187,51,165); }

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