#BB3D7A

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

Shades of Medium Red Violet #BB3D7A

Tints of Medium Red Violet #BB3D7A

Color information

#BB3D7A (or 0xBB3D7A) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3D and 7A. RGB value is (187,61,122). Sum of RGB (Red+Green+Blue) = 187+61+122=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3D7A is #44C285. Grayscale: #696969. Windows color (decimal): -4506246 or 8011195. OLE color: 8011195.

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

Color convert

RGB18761122-
CMYK00.670.350.27
HSL330.95º50.81%48.63%-
HSV(B)330.95º67.38%73.33%-
XYZ25.6815.3120.01-
YUV105.63137.24186.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.54%
GREEN value IS 61 (24.22% from 255) = 16.49%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=50.54%
G=16.49%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876112200.670.350.27330.9550.8148.63
HexBB3D7A043231B14b3331
Octal27375172010343335136361
Binary1011101111110111110100100001110001111011101001011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3D7A; }

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

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

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

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

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

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

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

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