#BB3A7B

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

Shades of Medium Red Violet #BB3A7B

Tints of Medium Red Violet #BB3A7B

Color information

#BB3A7B (or 0xBB3A7B) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3A and 7B. RGB value is (187,58,123). Sum of RGB (Red+Green+Blue) = 187+58+123=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 58 (23.05% from 255 or 15.76% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3A7B is #44C584. Grayscale: #676767. Windows color (decimal): -4507013 or 8075963. OLE color: 8075963.

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

Color convert

RGB18758123-
CMYK00.690.340.27
HSL329.77º52.65%48.04%-
HSV(B)329.77º68.98%73.33%-
XYZ25.5815.0220.29-
YUV103.98138.74187.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.82%
GREEN value IS 58 (23.05% from 255) = 15.76%
BLUE value IS 123 (48.44% from 255) = 33.42%
R=50.82%
G=15.76%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875812300.690.340.27329.7752.6548.04
HexBB3A7B045221B14a3530
Octal27372173010542335126560
Binary1011101111101011110110100010110001011011101001010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3A7B; }

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

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

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

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

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

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

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

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