#BB3A7A

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

Shades of Medium Red Violet #BB3A7A

Tints of Medium Red Violet #BB3A7A

Color information

#BB3A7A (or 0xBB3A7A) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3A and 7A. RGB value is (187,58,122). Sum of RGB (Red+Green+Blue) = 187+58+122=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3A7A is #44C585. Grayscale: #676767. Windows color (decimal): -4507014 or 8010427. OLE color: 8010427.

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

Color convert

RGB18758122-
CMYK00.690.350.27
HSL330.23º52.65%48.04%-
HSV(B)330.23º68.98%73.33%-
XYZ25.521519.96-
YUV103.87138.24187.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.95%
GREEN value IS 58 (23.05% from 255) = 15.80%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=50.95%
G=15.80%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875812200.690.350.27330.2352.6548.04
HexBB3A7A045231B14a3530
Octal27372172010543335126560
Binary1011101111101011110100100010110001111011101001010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3A7A; }

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

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

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

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

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

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

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

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